Color Hex Logo

#dcb811 Color Hex

#DCB811
(220,184,17)
0 Favorites   0 Comments

Color spaces of #dcb811

RGB 22018417
HSL0.140.860.46
HSV49°92°86°
CMYK 0.000.160.92   0.14
XYZ46.756949.53717.6276
Yxy49.53710.44990.4767
Hunter Lab70.3826-4.587642.8424
CIE-Lab75.7843-0.917075.8021

#dcb811 color RGB value is (220,184,17).

#dcb811 hex color red value is 220, green value is 184 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dcb811 hue: 0.14 , saturation: 0.86 and the lightness value of dcb811 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 00010001
Octal 334 270 21
Decimal 220 184 17
Hex DC B8 11

RGB Percentages of Color #dcb811

%52.26
%43.71
%4.04

CMYK Percentages of Color #dcb811

%0
%16
%92
%14

Triadic Colors of #dcb811

#dcb811 #11dcb8 #b811dc

Analogous Colors of #dcb811

#dcb811 #9bdc11 #dc5211

Monochromatic Colors of #dcb811

#dcb811

Complementary Color

#dcb811 #1135dc

#dcb811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb811 Color CSS Codes

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

#dcb811 Text Font Color

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

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


#dcb811 Background Color

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

This div background color is #dcb811


#dcb811 Border Color

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

This div border color is #dcb811


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,184,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcb811; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcb811;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb811;
  box-shadow:         1px 1px 3px 2px #dcb811; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,184,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb811


Comments

No comments written yet.

Please login to write comment.