#DDCAAC

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

Shades of Raffia #DDCAAC

Tints of Raffia #DDCAAC

Color information

#DDCAAC (or 0xDDCAAC) is unknown color: approx Raffia. HEX triplet: DD, CA and AC. RGB value is (221,202,172). Sum of RGB (Red+Green+Blue) = 221+202+172=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAAC is #223553. Grayscale: #CCCCCC. Windows color (decimal): -2241876 or 11324125. OLE color: 11324125.

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

Color convert

RGB221202172-
CMYK00.090.220.13
HSL36.73º41.88%77.06%-
HSV(B)36.73º22.17%86.67%-
XYZ58.3960.5947.65-
YUV204.26109.79139.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=37.14%
G=33.95%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120217200.090.220.1336.7341.8877.06
HexDDCAAC0916D252a4d
Octal33531225401126154552115
Binary110111011100101010101100010011011011011001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAAC; }

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

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

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

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

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

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

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

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