#DCCCA7

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

Shades of Raffia #DCCCA7

Tints of Raffia #DCCCA7

Color information

#DCCCA7 (or 0xDCCCA7) is unknown color: approx Raffia. HEX triplet: DC, CC and A7. RGB value is (220,204,167). Sum of RGB (Red+Green+Blue) = 220+204+167=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCA7 is #233358. Grayscale: #CCCCCC. Windows color (decimal): -2306905 or 10996956. OLE color: 10996956.

HSL color Cylindrical-coordinate representation of color #DCCCA7: hue angle of 41.89º 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 #DCCCA7 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220204167-
CMYK00.070.240.14
HSL41.89º43.09%75.88%-
HSV(B)41.89º24.09%86.27%-
XYZ58.0861.1945.31-
YUV204.57106.8139.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=37.23%
G=34.52%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020416700.070.240.1441.8943.0975.88
HexDCCCA70718E2a2b4c
Octal3343142470730165253114
Binary11011100110011001010011101111100011101010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCA7; }

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

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

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

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

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

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

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

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