#DDCCA0

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

Shades of Raffia #DDCCA0

Tints of Raffia #DDCCA0

Color information

#DDCCA0 (or 0xDDCCA0) is unknown color: approx Raffia. HEX triplet: DD, CC and A0. RGB value is (221,204,160). Sum of RGB (Red+Green+Blue) = 221+204+160=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCA0 is #22335F. Grayscale: #CCCCCC. Windows color (decimal): -2241376 or 10538205. OLE color: 10538205.

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

Color convert

RGB221204160-
CMYK00.080.280.13
HSL43.28º47.29%74.71%-
HSV(B)43.28º27.6%86.67%-
XYZ57.7661.142.01-
YUV204.07103.13140.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=37.78%
G=34.87%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120416000.080.280.1343.2847.2974.71
HexDDCCA0081CD2b2f4b
Octal33531424001034155357113
Binary110111011100110010100000010001110011011010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCA0; }

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

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

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

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

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

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

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

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