#DDC898

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

Shades of Raffia #DDC898

Tints of Raffia #DDC898

Color information

#DDC898 (or 0xDDC898) is unknown color: approx Raffia. HEX triplet: DD, C8 and 98. RGB value is (221,200,152). Sum of RGB (Red+Green+Blue) = 221+200+152=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC898 is #223767. Grayscale: #C9C9C9. Windows color (decimal): -2242408 or 10012893. OLE color: 10012893.

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

Color convert

RGB221200152-
CMYK00.100.310.13
HSL41.74º50.36%73.14%-
HSV(B)41.74º31.22%86.67%-
XYZ56.1458.9538.12-
YUV200.81100.46142.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.57%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 152 (59.77% from 255) = 26.53%
R=38.57%
G=34.90%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120015200.100.310.1341.7450.3673.14
HexDDC8980A1FD2a3249
Octal33531023001237155262111
Binary110111011100100010011000010101111111011010101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC898; }

 p { color: rgb(221,200,152); }

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

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

 a { background-color: rgb(221,200,152); }

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

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

 span { border-color: rgb(221,200,152); }

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