#DDCDA8

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

Shades of Raffia #DDCDA8

Tints of Raffia #DDCDA8

Color information

#DDCDA8 (or 0xDDCDA8) is unknown color: approx Raffia. HEX triplet: DD, CD and A8. RGB value is (221,205,168). Sum of RGB (Red+Green+Blue) = 221+205+168=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCDA8 is #223257. Grayscale: #CDCDCD. Windows color (decimal): -2241112 or 11062749. OLE color: 11062749.

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

Color convert

RGB221205168-
CMYK00.070.240.13
HSL41.89º43.8%76.27%-
HSV(B)41.89º23.98%86.67%-
XYZ58.7261.8645.89-
YUV205.57106.8139.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 168 (66.02% from 255) = 28.28%
R=37.21%
G=34.51%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120516800.070.240.1341.8943.876.27
HexDDCDA80718D2a2c4c
Octal3353152500730155254114
Binary11011101110011011010100001111100011011010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCDA8; }

 p { color: rgb(221,205,168); }

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

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

 a { background-color: rgb(221,205,168); }

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

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

 span { border-color: rgb(221,205,168); }

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