Color Hex Logo

#dfc46b Color Hex

#DFC46B
(223,196,107)
0 Favorites   0 Comments

Color spaces of #dfc46b

RGB 223196107
HSL0.130.640.65
HSV46°52°87°
CMYK 0.000.120.52   0.13
XYZ52.825256.229421.9791
Yxy56.22940.40310.4291
Hunter Lab74.9863-5.479035.1120
CIE-Lab79.7442-1.599947.7541

#dfc46b color RGB value is (223,196,107).

#dfc46b hex color red value is 223, green value is 196 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dfc46b hue: 0.13 , saturation: 0.64 and the lightness value of dfc46b is 0.65.

The process color (four color CMYK) of #dfc46b color hex is 0.00, 0.12, 0.52, 0.13. Web safe color of #dfc46b is #cccc66. Color #dfc46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000100 01101011
Octal 337 304 153
Decimal 223 196 107
Hex DF C4 6B

RGB Percentages of Color #dfc46b

%42.40
%37.26
%20.34

CMYK Percentages of Color #dfc46b

%0
%12
%52
%13

Triadic Colors of #dfc46b

#dfc46b #6bdfc4 #c46bdf

Analogous Colors of #dfc46b

#dfc46b #c0df6b #df8a6b

Monochromatic Colors of #dfc46b

#dfc46b

Complementary Color

#dfc46b #6b86df

#dfc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc46b Color CSS Codes

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

#dfc46b Text Font Color

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

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


#dfc46b Background Color

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

This div background color is #dfc46b


#dfc46b Border Color

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

This div border color is #dfc46b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,196,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfc46b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfc46b;
  -webkit-box-shadow: 1px 1px 3px 2px #dfc46b;
  box-shadow:         1px 1px 3px 2px #dfc46b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,196,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc46b


Comments

No comments written yet.

Please login to write comment.