Color Hex Logo

#dcb41b Color Hex

#DCB41B
(220,180,27)
0 Favorites   0 Comments

Color spaces of #dcb41b

RGB 22018027
HSL0.130.780.48
HSV48°88°86°
CMYK 0.000.180.88   0.14
XYZ46.034347.93737.8635
Yxy47.93730.45200.4707
Hunter Lab69.2368-2.482941.7319
CIE-Lab74.78541.344773.2386

#dcb41b color RGB value is (220,180,27).

#dcb41b hex color red value is 220, green value is 180 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dcb41b hue: 0.13 , saturation: 0.78 and the lightness value of dcb41b is 0.48.

The process color (four color CMYK) of #dcb41b color hex is 0.00, 0.18, 0.88, 0.14. Web safe color of #dcb41b is #cccc33. Color #dcb41b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110100 00011011
Octal 334 264 33
Decimal 220 180 27
Hex DC B4 1B

RGB Percentages of Color #dcb41b

%51.52
%42.15
%6.32

CMYK Percentages of Color #dcb41b

%0
%18
%88
%14

Triadic Colors of #dcb41b

#dcb41b #1bdcb4 #b41bdc

Analogous Colors of #dcb41b

#dcb41b #a4dc1b #dc541b

Monochromatic Colors of #dcb41b

#dcb41b

Complementary Color

#dcb41b #1b43dc

#dcb41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb41b Color CSS Codes

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

#dcb41b Text Font Color

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

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


#dcb41b Background Color

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

This div background color is #dcb41b


#dcb41b Border Color

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

This div border color is #dcb41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb41b


Comments

No comments written yet.

Please login to write comment.