#DCC8A4

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

Shades of Raffia #DCC8A4

Tints of Raffia #DCC8A4

Color information

#DCC8A4 (or 0xDCC8A4) is unknown color: approx Raffia. HEX triplet: DC, C8 and A4. RGB value is (220,200,164). Sum of RGB (Red+Green+Blue) = 220+200+164=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC8A4 is #23375B. Grayscale: #CACACA. Windows color (decimal): -2307932 or 10799324. OLE color: 10799324.

HSL color Cylindrical-coordinate representation of color #DCC8A4: hue angle of 38.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCC8A4 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220200164-
CMYK00.090.250.14
HSL38.57º44.44%75.29%-
HSV(B)38.57º25.45%86.27%-
XYZ56.8759.243.55-
YUV201.88106.63140.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 200 (78.52% from 255) = 34.25%
BLUE value IS 164 (64.45% from 255) = 28.08%
R=37.67%
G=34.25%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020016400.090.250.1438.5744.4475.29
HexDCC8A40919E272c4b
Octal33431024401131164754113
Binary110111001100100010100100010011100111101001111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8A4; }

 p { color: rgb(220,200,164); }

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

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

 a { background-color: rgb(220,200,164); }

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

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

 span { border-color: rgb(220,200,164); }

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