#DDC6A5

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

Shades of Raffia #DDC6A5

Tints of Raffia #DDC6A5

Color information

#DDC6A5 (or 0xDDC6A5) is unknown color: approx Raffia. HEX triplet: DD, C6 and A5. RGB value is (221,198,165). Sum of RGB (Red+Green+Blue) = 221+198+165=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC6A5 is #22395A. Grayscale: #C9C9C9. Windows color (decimal): -2242907 or 10864349. OLE color: 10864349.

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

Color convert

RGB221198165-
CMYK00.100.250.13
HSL35.36º45.16%75.69%-
HSV(B)35.36º25.34%86.67%-
XYZ56.858.4843.89-
YUV201.12107.62142.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 198 (77.73% from 255) = 33.90%
BLUE value IS 165 (64.84% from 255) = 28.25%
R=37.84%
G=33.90%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119816500.100.250.1335.3645.1675.69
HexDDC6A50A19D232d4c
Octal33530624501231154355114
Binary110111011100011010100101010101100111011000111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6A5; }

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

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

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

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

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

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

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

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