#DCCCA5

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

Shades of Raffia #DCCCA5

Tints of Raffia #DCCCA5

Color information

#DCCCA5 (or 0xDCCCA5) is unknown color: approx Raffia. HEX triplet: DC, CC and A5. RGB value is (220,204,165). Sum of RGB (Red+Green+Blue) = 220+204+165=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCCA5 is #23335A. Grayscale: #CCCCCC. Windows color (decimal): -2306907 or 10865884. OLE color: 10865884.

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

Color convert

RGB220204165-
CMYK00.070.250.14
HSL42.55º44%75.49%-
HSV(B)42.55º25%86.27%-
XYZ57.961.1244.34-
YUV204.34105.8139.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=37.35%
G=34.63%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020416500.070.250.1442.554475.49
HexDCCCA50719E2b2c4b
Octal3343142450731165354113
Binary11011100110011001010010101111100111101010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCCA5; }

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

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

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

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

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

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

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

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