#DCAF94

Color #DCAF94 Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DCAF94

Tints of Cashmere #DCAF94

Color information

#DCAF94 (or 0xDCAF94) is unknown color: approx Cashmere. HEX triplet: DC, AF and 94. RGB value is (220,175,148). Sum of RGB (Red+Green+Blue) = 220+175+148=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF94 is #23506B. Grayscale: #B9B9B9. Windows color (decimal): -2314348 or 9744348. OLE color: 9744348.

HSL color Cylindrical-coordinate representation of color #DCAF94: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAF94 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220175148-
CMYK00.200.330.14
HSL22.5º50.7%72.16%-
HSV(B)22.5º32.73%86.27%-
XYZ50.1948.0134.64-
YUV185.38106.91152.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=40.52%
G=32.23%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017514800.200.330.1422.550.772.16
HexDCAF9401421E173348
Octal33425722402441162763110
Binary1101110010101111100101000101001000011110101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF94; }

 p { color: rgb(220,175,148); }

 H1.HeaderClassName
 {
   color: #DCAF94;
 }
 .AnyTagClassName
 {
   color: #DCAF94;
 }
</style>
background-color css

<style>
 a { background-color: #DCAF94; }

 a { background-color: rgb(220,175,148); }

 div.DivClassName
 {
   background-color: #DCAF94;
 }
 .BgClassName
 {
   background-color: #DCAF94;
 }
</style>
border-color css

<style>
 span { border-color: #DCAF94; }

 span { border-color: rgb(220,175,148); }

 td.TdClassName
 {
   border-color: #DCAF94;
 }
 .TagClassName
 {
   border-color: #DCAF94;
 }
</style>