#DDC198

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

Shades of Raffia #DDC198

Tints of Raffia #DDC198

Color information

#DDC198 (or 0xDDC198) is unknown color: approx Raffia. HEX triplet: DD, C1 and 98. RGB value is (221,193,152). Sum of RGB (Red+Green+Blue) = 221+193+152=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC198 is #223E67. Grayscale: #C4C4C4. Windows color (decimal): -2244200 or 10011101. OLE color: 10011101.

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

Color convert

RGB221193152-
CMYK00.130.310.13
HSL35.65º50.36%73.14%-
HSV(B)35.65º31.22%86.67%-
XYZ54.5655.7837.6-
YUV196.7102.78145.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 193 (75.78% from 255) = 34.10%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=39.05%
G=34.10%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119315200.130.310.1335.6550.3673.14
HexDDC1980D1FD243249
Octal33530123001537154462111
Binary110111011100000110011000011011111111011001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC198; }

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

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

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

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

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

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

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

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