Color Hex Logo

#dbd633 Color Hex

#DBD633
(219,214,51)
0 Favorites   0 Comments

Color spaces of #dbd633

RGB 21921451
HSL0.160.700.53
HSV58°77°86°
CMYK 0.000.020.77   0.14
XYZ53.857563.392212.5293
Yxy63.39220.41500.4885
Hunter Lab79.6192-18.589446.4033
CIE-Lab83.6483-15.767474.5285

#dbd633 color RGB value is (219,214,51).

#dbd633 hex color red value is 219, green value is 214 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dbd633 hue: 0.16 , saturation: 0.70 and the lightness value of dbd633 is 0.53.

The process color (four color CMYK) of #dbd633 color hex is 0.00, 0.02, 0.77, 0.14. Web safe color of #dbd633 is #cccc33. Color #dbd633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00110011
Octal 333 326 63
Decimal 219 214 51
Hex DB D6 33

RGB Percentages of Color #dbd633

%45.25
%44.21
%10.54

CMYK Percentages of Color #dbd633

%0
%2
%77
%14

Triadic Colors of #dbd633

#dbd633 #33dbd6 #d633db

Analogous Colors of #dbd633

#dbd633 #8cdb33 #db8233

Monochromatic Colors of #dbd633

#dbd633

Complementary Color

#dbd633 #3338db

#dbd633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd633 Color CSS Codes

.mybgcolor {background-color:#dbd633; } 
.myforecolor {color:#dbd633; }
.mybordercolor {border:3px solid #dbd633; }

#dbd633 Text Font Color

<p style="color:#dbd633">Text here</p>

This sample text font color is #dbd633
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbd633 Background Color

<div style="background-color:#dbd633">
Div content here</div>

This div background color is #dbd633


#dbd633 Border Color

<div style="border:3px solid #dbd633">
Div here</div>

This div border color is #dbd633


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,214,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbd633; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbd633;
  -webkit-box-shadow: 1px 1px 3px 2px #dbd633;
  box-shadow:         1px 1px 3px 2px #dbd633; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,214,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbd633">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbd633;
  -webkit-box-shadow: 1px 1px 3px 2px #dbd633;
  box-shadow:         1px 1px 3px 2px #dbd633;">
Div content here</div>

This div box has shadow with color #dbd633


Comments

No comments written yet.

Please login to write comment.