Color Hex Logo

#dcbf38 Color Hex

#DCBF38
(220,191,56)
0 Favorites   0 Comments

Color spaces of #dcbf38

RGB 22019156
HSL0.140.700.54
HSV49°75°86°
CMYK 0.000.130.75   0.14
XYZ48.859852.762811.3504
Yxy52.76280.43250.4670
Hunter Lab72.6380-7.048941.5820
CIE-Lab77.7347-3.493567.4847

#dcbf38 color RGB value is (220,191,56).

#dcbf38 hex color red value is 220, green value is 191 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dcbf38 hue: 0.14 , saturation: 0.70 and the lightness value of dcbf38 is 0.54.

The process color (four color CMYK) of #dcbf38 color hex is 0.00, 0.13, 0.75, 0.14. Web safe color of #dcbf38 is #cccc33. Color #dcbf38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 00111000
Octal 334 277 70
Decimal 220 191 56
Hex DC BF 38

RGB Percentages of Color #dcbf38

%47.11
%40.90
%11.99

CMYK Percentages of Color #dcbf38

%0
%13
%75
%14

Triadic Colors of #dcbf38

#dcbf38 #38dcbf #bf38dc

Analogous Colors of #dcbf38

#dcbf38 #a7dc38 #dc6d38

Monochromatic Colors of #dcbf38

#dcbf38

Complementary Color

#dcbf38 #3855dc

#dcbf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf38 Color CSS Codes

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

#dcbf38 Text Font Color

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

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


#dcbf38 Background Color

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

This div background color is #dcbf38


#dcbf38 Border Color

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

This div border color is #dcbf38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf38


Comments

No comments written yet.

Please login to write comment.