#DCC7A9

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

Shades of Raffia #DCC7A9

Tints of Raffia #DCC7A9

Color information

#DCC7A9 (or 0xDCC7A9) is unknown color: approx Raffia. HEX triplet: DC, C7 and A9. RGB value is (220,199,169). Sum of RGB (Red+Green+Blue) = 220+199+169=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC7A9 is #233856. Grayscale: #CACACA. Windows color (decimal): -2308183 or 11126748. OLE color: 11126748.

HSL color Cylindrical-coordinate representation of color #DCC7A9: hue angle of 35.29º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCC7A9 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220199169-
CMYK00.100.230.14
HSL35.29º42.15%76.27%-
HSV(B)35.29º23.18%86.27%-
XYZ57.158.9345.9-
YUV201.86109.46140.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 199 (78.12% from 255) = 33.84%
BLUE value IS 169 (66.41% from 255) = 28.74%
R=37.41%
G=33.84%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019916900.100.230.1435.2942.1576.27
HexDCC7A90A17E232a4c
Octal33430725101227164352114
Binary110111001100011110101001010101011111101000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7A9; }

 p { color: rgb(220,199,169); }

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

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

 a { background-color: rgb(220,199,169); }

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

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

 span { border-color: rgb(220,199,169); }

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