#DDC698

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

Shades of Raffia #DDC698

Tints of Raffia #DDC698

Color information

#DDC698 (or 0xDDC698) is unknown color: approx Raffia. HEX triplet: DD, C6 and 98. RGB value is (221,198,152). Sum of RGB (Red+Green+Blue) = 221+198+152=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC698 is #223967. Grayscale: #C7C7C7. Windows color (decimal): -2242920 or 10012381. OLE color: 10012381.

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

Color convert

RGB221198152-
CMYK00.100.310.13
HSL40º50.36%73.14%-
HSV(B)40º31.22%86.67%-
XYZ55.6858.0337.97-
YUV199.63101.12143.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 152 (59.77% from 255) = 26.62%
R=38.70%
G=34.68%
B=26.62%

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
Decimal22119815200.100.310.134050.3673.14
HexDDC6980A1FD283249
Octal33530623001237155062111
Binary110111011100011010011000010101111111011010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC698; }

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

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

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

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

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

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

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

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