#DDCAA0

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

Shades of Raffia #DDCAA0

Tints of Raffia #DDCAA0

Color information

#DDCAA0 (or 0xDDCAA0) is unknown color: approx Raffia. HEX triplet: DD, CA and A0. RGB value is (221,202,160). Sum of RGB (Red+Green+Blue) = 221+202+160=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA0 is #22355F. Grayscale: #CBCBCB. Windows color (decimal): -2241888 or 10537693. OLE color: 10537693.

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

Color convert

RGB221202160-
CMYK00.090.280.13
HSL41.31º47.29%74.71%-
HSV(B)41.31º27.6%86.67%-
XYZ57.2860.1541.85-
YUV202.89103.79140.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 202 (79.30% from 255) = 34.65%
BLUE value IS 160 (62.89% from 255) = 27.44%
R=37.91%
G=34.65%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120216000.090.280.1341.3147.2974.71
HexDDCAA0091CD292f4b
Octal33531224001134155157113
Binary110111011100101010100000010011110011011010011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAA0; }

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

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

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

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

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

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

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

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