Color Hex Logo

#dbc612 Color Hex

#DBC612
(219,198,18)
0 Favorites   0 Comments

Color spaces of #dbc612

RGB 21919818
HSL0.150.850.46
HSV54°92°86°
CMYK 0.000.100.92   0.14
XYZ49.516755.49198.6735
Yxy55.49190.43560.4881
Hunter Lab74.4929-11.710545.2417
CIE-Lab79.3238-8.555778.2966

#dbc612 color RGB value is (219,198,18).

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

The process color (four color CMYK) of #dbc612 color hex is 0.00, 0.10, 0.92, 0.14. Web safe color of #dbc612 is #cccc00. Color #dbc612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00010010
Octal 333 306 22
Decimal 219 198 18
Hex DB C6 12

RGB Percentages of Color #dbc612

%50.34
%45.52
%4.14

CMYK Percentages of Color #dbc612

%0
%10
%92
%14

Triadic Colors of #dbc612

#dbc612 #12dbc6 #c612db

Analogous Colors of #dbc612

#dbc612 #8cdb12 #db6212

Monochromatic Colors of #dbc612

#dbc612

Complementary Color

#dbc612 #1227db

#dbc612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc612 Color CSS Codes

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

#dbc612 Text Font Color

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

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


#dbc612 Background Color

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

This div background color is #dbc612


#dbc612 Border Color

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

This div border color is #dbc612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc612


Comments

No comments written yet.

Please login to write comment.