#DDCAAA

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

Shades of Raffia #DDCAAA

Tints of Raffia #DDCAAA

Color information

#DDCAAA (or 0xDDCAAA) is unknown color: approx Raffia. HEX triplet: DD, CA and AA. RGB value is (221,202,170). Sum of RGB (Red+Green+Blue) = 221+202+170=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAAA is #223555. Grayscale: #CCCCCC. Windows color (decimal): -2241878 or 11193053. OLE color: 11193053.

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

Color convert

RGB221202170-
CMYK00.090.230.13
HSL37.65º42.86%76.67%-
HSV(B)37.65º23.08%86.67%-
XYZ58.260.5246.64-
YUV204.03108.79140.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=37.27%
G=34.06%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120217000.090.230.1337.6542.8676.67
HexDDCAAA0917D262b4d
Octal33531225201127154653115
Binary110111011100101010101010010011011111011001101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAAA; }

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

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

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

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

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

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

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

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