#DCCAA7

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

Shades of Raffia #DCCAA7

Tints of Raffia #DCCAA7

Color information

#DCCAA7 (or 0xDCCAA7) is unknown color: approx Raffia. HEX triplet: DC, CA and A7. RGB value is (220,202,167). Sum of RGB (Red+Green+Blue) = 220+202+167=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA7 is #233558. Grayscale: #CBCBCB. Windows color (decimal): -2307417 or 10996444. OLE color: 10996444.

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

Color convert

RGB220202167-
CMYK00.080.240.14
HSL39.62º43.09%75.88%-
HSV(B)39.62º24.09%86.27%-
XYZ57.6160.2545.15-
YUV203.39107.46139.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=37.35%
G=34.30%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020216700.080.240.1439.6243.0975.88
HexDCCAA70818E282b4c
Octal33431224701030165053114
Binary110111001100101010100111010001100011101010001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAA7; }

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

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

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

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

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

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

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

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