#DDCCA5

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

Shades of Raffia #DDCCA5

Tints of Raffia #DDCCA5

Color information

#DDCCA5 (or 0xDDCCA5) is unknown color: approx Raffia. HEX triplet: DD, CC and A5. RGB value is (221,204,165). Sum of RGB (Red+Green+Blue) = 221+204+165=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCCA5 is #22335A. Grayscale: #CCCCCC. Windows color (decimal): -2241371 or 10865885. OLE color: 10865885.

HSL color Cylindrical-coordinate representation of color #DDCCA5: hue angle of 41.79º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDCCA5 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221204165-
CMYK00.080.250.13
HSL41.79º45.16%75.69%-
HSV(B)41.79º25.34%86.67%-
XYZ58.261.2744.36-
YUV204.64105.63139.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=37.46%
G=34.58%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120416500.080.250.1341.7945.1675.69
HexDDCCA50819D2a2d4c
Octal33531424501031155255114
Binary110111011100110010100101010001100111011010101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCA5; }

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

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

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

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

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

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

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

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