#DDCAA2

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

Shades of Raffia #DDCAA2

Tints of Raffia #DDCAA2

Color information

#DDCAA2 (or 0xDDCAA2) is unknown color: approx Raffia. HEX triplet: DD, CA and A2. RGB value is (221,202,162). Sum of RGB (Red+Green+Blue) = 221+202+162=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA2 is #22355D. Grayscale: #CBCBCB. Windows color (decimal): -2241886 or 10668765. OLE color: 10668765.

HSL color Cylindrical-coordinate representation of color #DDCAA2: hue angle of 40.68º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDCAA2 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221202162-
CMYK00.090.270.13
HSL40.68º46.46%75.1%-
HSV(B)40.68º26.7%86.67%-
XYZ57.4660.2242.78-
YUV203.12104.79140.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 162 (63.67% from 255) = 27.69%
R=37.78%
G=34.53%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120216200.090.270.1340.6846.4675.1
HexDDCAA2091BD292e4b
Octal33531224201133155156113
Binary110111011100101010100010010011101111011010011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA2; }

 p { color: rgb(221,202,162); }

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

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

 a { background-color: rgb(221,202,162); }

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

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

 span { border-color: rgb(221,202,162); }

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