#DCCAA4

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

Shades of Raffia #DCCAA4

Tints of Raffia #DCCAA4

Color information

#DCCAA4 (or 0xDCCAA4) is unknown color: approx Raffia. HEX triplet: DC, CA and A4. RGB value is (220,202,164). Sum of RGB (Red+Green+Blue) = 220+202+164=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCAA4 is #23355B. Grayscale: #CBCBCB. Windows color (decimal): -2307420 or 10799836. OLE color: 10799836.

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

Color convert

RGB220202164-
CMYK00.080.250.14
HSL40.71º44.44%75.29%-
HSV(B)40.71º25.45%86.27%-
XYZ57.3460.1443.71-
YUV203.05105.96140.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=37.54%
G=34.47%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020216400.080.250.1440.7144.4475.29
HexDCCAA40819E292c4b
Octal33431224401031165154113
Binary110111001100101010100100010001100111101010011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAA4; }

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

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

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

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

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

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

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

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