#DDC69E

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

Shades of Raffia #DDC69E

Tints of Raffia #DDC69E

Color information

#DDC69E (or 0xDDC69E) is unknown color: approx Raffia. HEX triplet: DD, C6 and 9E. RGB value is (221,198,158). Sum of RGB (Red+Green+Blue) = 221+198+158=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC69E is #223961. Grayscale: #C8C8C8. Windows color (decimal): -2242914 or 10405597. OLE color: 10405597.

HSL color Cylindrical-coordinate representation of color #DDC69E: hue angle of 38.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC69E is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221198158-
CMYK00.100.290.13
HSL38.1º48.09%74.31%-
HSV(B)38.1º28.51%86.67%-
XYZ56.1858.2340.63-
YUV200.32104.12142.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 198 (77.73% from 255) = 34.32%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=38.30%
G=34.32%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119815800.100.290.1338.148.0974.31
HexDDC69E0A1DD26304a
Octal33530623601235154660112
Binary110111011100011010011110010101110111011001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC69E; }

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

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

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

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

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

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

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

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