Color Hex Logo

#dbc906 Color Hex

#DBC906
(219,201,6)
0 Favorites   0 Comments

Color spaces of #dbc906

RGB 2192016
HSL0.150.950.44
HSV55°97°86°
CMYK 0.000.080.97   0.14
XYZ50.132956.84658.5025
Yxy56.84650.43410.4923
Hunter Lab75.3966-13.255446.0915
CIE-Lab80.0932-10.210180.1925

#dbc906 color RGB value is (219,201,6).

#dbc906 hex color red value is 219, green value is 201 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dbc906 hue: 0.15 , saturation: 0.95 and the lightness value of dbc906 is 0.44.

The process color (four color CMYK) of #dbc906 color hex is 0.00, 0.08, 0.97, 0.14. Web safe color of #dbc906 is #cccc00. Color #dbc906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00000110
Octal 333 311 6
Decimal 219 201 6
Hex DB C9 6

RGB Percentages of Color #dbc906

%51.41
%47.18
%1.41

CMYK Percentages of Color #dbc906

%0
%8
%97
%14

Triadic Colors of #dbc906

#dbc906 #06dbc9 #c906db

Analogous Colors of #dbc906

#dbc906 #83db06 #db5f06

Monochromatic Colors of #dbc906

#dbc906

Complementary Color

#dbc906 #0618db

#dbc906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc906 Color CSS Codes

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

#dbc906 Text Font Color

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

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


#dbc906 Background Color

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

This div background color is #dbc906


#dbc906 Border Color

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

This div border color is #dbc906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc906


Comments

No comments written yet.

Please login to write comment.