Color Hex Logo

#dcbf46 Color Hex

#DCBF46
(220,191,70)
0 Favorites   0 Comments

Color spaces of #dcbf46

RGB 22019170
HSL0.130.680.57
HSV48°68°86°
CMYK 0.000.130.68   0.14
XYZ49.251552.919413.4130
Yxy52.91940.42610.4578
Hunter Lab72.7457-6.454039.9900
CIE-Lab77.8274-2.825362.2571

#dcbf46 color RGB value is (220,191,70).

#dcbf46 hex color red value is 220, green value is 191 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dcbf46 hue: 0.13 , saturation: 0.68 and the lightness value of dcbf46 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111111 01000110
Octal 334 277 106
Decimal 220 191 70
Hex DC BF 46

RGB Percentages of Color #dcbf46

%45.74
%39.71
%14.55

CMYK Percentages of Color #dcbf46

%0
%13
%68
%14

Triadic Colors of #dcbf46

#dcbf46 #46dcbf #bf46dc

Analogous Colors of #dcbf46

#dcbf46 #aedc46 #dc7446

Monochromatic Colors of #dcbf46

#dcbf46

Complementary Color

#dcbf46 #4663dc

#dcbf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbf46 Color CSS Codes

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

#dcbf46 Text Font Color

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

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


#dcbf46 Background Color

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

This div background color is #dcbf46


#dcbf46 Border Color

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

This div border color is #dcbf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbf46


Comments

No comments written yet.

Please login to write comment.