#DCCA9E

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

Shades of Raffia #DCCA9E

Tints of Raffia #DCCA9E

Color information

#DCCA9E (or 0xDCCA9E) is unknown color: approx Raffia. HEX triplet: DC, CA and 9E. RGB value is (220,202,158). Sum of RGB (Red+Green+Blue) = 220+202+158=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA9E is #233561. Grayscale: #CACACA. Windows color (decimal): -2307426 or 10406620. OLE color: 10406620.

HSL color Cylindrical-coordinate representation of color #DCCA9E: hue angle of 42.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCCA9E is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220202158-
CMYK00.080.280.14
HSL42.58º46.97%74.12%-
HSV(B)42.58º28.18%86.27%-
XYZ56.8159.9340.92-
YUV202.37102.96140.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=37.93%
G=34.83%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020215800.080.280.1442.5846.9774.12
HexDCCA9E081CE2b2f4a
Octal33431223601034165357112
Binary110111001100101010011110010001110011101010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA9E; }

 p { color: rgb(220,202,158); }

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

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

 a { background-color: rgb(220,202,158); }

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

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

 span { border-color: rgb(220,202,158); }

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