#DDC296

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

Shades of Raffia #DDC296

Tints of Raffia #DDC296

Color information

#DDC296 (or 0xDDC296) is unknown color: approx Raffia. HEX triplet: DD, C2 and 96. RGB value is (221,194,150). Sum of RGB (Red+Green+Blue) = 221+194+150=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC296 is #223D69. Grayscale: #C5C5C5. Windows color (decimal): -2243946 or 9880285. OLE color: 9880285.

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

Color convert

RGB221194150-
CMYK00.120.320.13
HSL37.18º51.08%72.75%-
HSV(B)37.18º32.13%86.67%-
XYZ54.6256.1636.82-
YUV197.06101.45145.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=39.12%
G=34.34%
B=26.55%

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
Decimal22119415000.120.320.1337.1851.0872.75
HexDDC2960C20D253349
Octal33530222601440154563111
Binary1101110111000010100101100110010000011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC296; }

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

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

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

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

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

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

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

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