#DDC697

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

Shades of Raffia #DDC697

Tints of Raffia #DDC697

Color information

#DDC697 (or 0xDDC697) is unknown color: approx Raffia. HEX triplet: DD, C6 and 97. RGB value is (221,198,151). Sum of RGB (Red+Green+Blue) = 221+198+151=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 151 (59.38% from 255 or 26.49% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC697 is #223968. Grayscale: #C7C7C7. Windows color (decimal): -2242921 or 9946845. OLE color: 9946845.

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

Color convert

RGB221198151-
CMYK00.100.320.13
HSL40.29º50.72%72.94%-
HSV(B)40.29º31.67%86.67%-
XYZ55.657.9937.54-
YUV199.52100.62143.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 151 (59.38% from 255) = 26.49%
R=38.77%
G=34.74%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119815100.100.320.1340.2950.7272.94
HexDDC6970A20D283349
Octal33530622701240155063111
Binary1101110111000110100101110101010000011011010001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC697; }

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

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

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

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

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

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

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

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