#DCC297

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

Shades of Raffia #DCC297

Tints of Raffia #DCC297

Color information

#DCC297 (or 0xDCC297) is unknown color: approx Raffia. HEX triplet: DC, C2 and 97. RGB value is (220,194,151). Sum of RGB (Red+Green+Blue) = 220+194+151=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 151 (59.38% from 255 or 26.73% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC297 is #233D68. Grayscale: #C5C5C5. Windows color (decimal): -2309481 or 9945820. OLE color: 9945820.

HSL color Cylindrical-coordinate representation of color #DCC297: hue angle of 37.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCC297 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220194151-
CMYK00.120.310.14
HSL37.39º49.64%72.75%-
HSV(B)37.39º31.36%86.27%-
XYZ54.3956.0337.23-
YUV196.87102.11144.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 151 (59.38% from 255) = 26.73%
R=38.94%
G=34.34%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019415100.120.310.1437.3949.6472.75
HexDCC2970C1FE253249
Octal33430222701437164562111
Binary110111001100001010010111011001111111101001011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC297; }

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

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

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

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

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

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

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

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