#DDCCAA

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

Shades of Raffia #DDCCAA

Tints of Raffia #DDCCAA

Color information

#DDCCAA (or 0xDDCCAA) is unknown color: approx Raffia. HEX triplet: DD, CC and AA. RGB value is (221,204,170). Sum of RGB (Red+Green+Blue) = 221+204+170=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCAA is #223355. Grayscale: #CDCDCD. Windows color (decimal): -2241366 or 11193565. OLE color: 11193565.

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

Color convert

RGB221204170-
CMYK00.080.230.13
HSL40º42.86%76.67%-
HSV(B)40º23.08%86.67%-
XYZ58.6761.4646.8-
YUV205.21108.13139.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 204 (80.08% from 255) = 34.29%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120417000.080.230.134042.8676.67
HexDDCCAA0817D282b4d
Octal33531425201027155053115
Binary110111011100110010101010010001011111011010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCAA; }

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

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

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

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

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

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

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

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