Color Hex Logo

#dbc633 Color Hex

#DBC633
(219,198,51)
0 Favorites   0 Comments

Color spaces of #dbc633

RGB 21919851
HSL0.150.700.53
HSV53°77°86°
CMYK 0.000.100.77   0.14
XYZ50.005055.687311.2451
Yxy55.68730.42760.4762
Hunter Lab74.6239-10.980243.3023
CIE-Lab79.4355-7.719270.7091

#dbc633 color RGB value is (219,198,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00110011
Octal 333 306 63
Decimal 219 198 51
Hex DB C6 33

RGB Percentages of Color #dbc633

%46.79
%42.31
%10.90

CMYK Percentages of Color #dbc633

%0
%10
%77
%14

Triadic Colors of #dbc633

#dbc633 #33dbc6 #c633db

Analogous Colors of #dbc633

#dbc633 #9cdb33 #db7233

Monochromatic Colors of #dbc633

#dbc633

Complementary Color

#dbc633 #3348db

#dbc633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc633 Color CSS Codes

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

#dbc633 Text Font Color

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

This sample text font color is #dbc633
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.


#dbc633 Background Color

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

This div background color is #dbc633


#dbc633 Border Color

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

This div border color is #dbc633


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,198,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 #dbc633">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc633


Comments

No comments written yet.

Please login to write comment.