Color Hex Logo

#dbc645 Color Hex

#DBC645
(219,198,69)
0 Favorites   0 Comments

Color spaces of #dbc645

RGB 21919869
HSL0.140.680.56
HSV52°68°86°
CMYK 0.000.100.68   0.14
XYZ50.481755.877913.7551
Yxy55.87790.42030.4652
Hunter Lab74.7515-10.269341.4161
CIE-Lab79.5443-6.909464.3783

#dbc645 color RGB value is (219,198,69).

#dbc645 hex color red value is 219, green value is 198 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #dbc645 hue: 0.14 , saturation: 0.68 and the lightness value of dbc645 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01000101
Octal 333 306 105
Decimal 219 198 69
Hex DB C6 45

RGB Percentages of Color #dbc645

%45.06
%40.74
%14.20

CMYK Percentages of Color #dbc645

%0
%10
%68
%14

Triadic Colors of #dbc645

#dbc645 #45dbc6 #c645db

Analogous Colors of #dbc645

#dbc645 #a5db45 #db7b45

Monochromatic Colors of #dbc645

#dbc645

Complementary Color

#dbc645 #455adb

#dbc645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc645 Color CSS Codes

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

#dbc645 Text Font Color

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

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


#dbc645 Background Color

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

This div background color is #dbc645


#dbc645 Border Color

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

This div border color is #dbc645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc645


Comments

No comments written yet.

Please login to write comment.