#DDC598

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

Shades of Raffia #DDC598

Tints of Raffia #DDC598

Color information

#DDC598 (or 0xDDC598) is unknown color: approx Raffia. HEX triplet: DD, C5 and 98. RGB value is (221,197,152). Sum of RGB (Red+Green+Blue) = 221+197+152=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC598 is #223A67. Grayscale: #C7C7C7. Windows color (decimal): -2243176 or 10012125. OLE color: 10012125.

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

Color convert

RGB221197152-
CMYK00.110.310.13
HSL39.13º50.36%73.14%-
HSV(B)39.13º31.22%86.67%-
XYZ55.4557.5737.9-
YUV199.05101.45143.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 152 (59.77% from 255) = 26.67%
R=38.77%
G=34.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119715200.110.310.1339.1350.3673.14
HexDDC5980B1FD273249
Octal33530523001337154762111
Binary110111011100010110011000010111111111011001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC598; }

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

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

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

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

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

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

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

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