#DDC297

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

Shades of Raffia #DDC297

Tints of Raffia #DDC297

Color information

#DDC297 (or 0xDDC297) is unknown color: approx Raffia. HEX triplet: DD, C2 and 97. RGB value is (221,194,151). Sum of RGB (Red+Green+Blue) = 221+194+151=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC297 is #223D68. Grayscale: #C5C5C5. Windows color (decimal): -2243945 or 9945821. OLE color: 9945821.

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

Color convert

RGB221194151-
CMYK00.120.320.13
HSL36.86º50.72%72.94%-
HSV(B)36.86º31.67%86.67%-
XYZ54.756.1937.24-
YUV197.17101.95145-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 151 (59.38% from 255) = 26.68%
R=39.05%
G=34.28%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119415100.120.320.1336.8650.7272.94
HexDDC2970C20D253349
Octal33530222701440154563111
Binary1101110111000010100101110110010000011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC297; }

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

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

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

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

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

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

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

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