#DDC798

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

Shades of Raffia #DDC798

Tints of Raffia #DDC798

Color information

#DDC798 (or 0xDDC798) is unknown color: approx Raffia. HEX triplet: DD, C7 and 98. RGB value is (221,199,152). Sum of RGB (Red+Green+Blue) = 221+199+152=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC798 is #223867. Grayscale: #C8C8C8. Windows color (decimal): -2242664 or 10012637. OLE color: 10012637.

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

Color convert

RGB221199152-
CMYK00.100.310.13
HSL40.87º50.36%73.14%-
HSV(B)40.87º31.22%86.67%-
XYZ55.9158.4938.05-
YUV200.22100.79142.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 199 (78.12% from 255) = 34.79%
BLUE value IS 152 (59.77% from 255) = 26.57%
R=38.64%
G=34.79%
B=26.57%

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
Decimal22119915200.100.310.1340.8750.3673.14
HexDDC7980A1FD293249
Octal33530723001237155162111
Binary110111011100011110011000010101111111011010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC798; }

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

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

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

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

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

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

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

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