#DCC597

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

Shades of Raffia #DCC597

Tints of Raffia #DCC597

Color information

#DCC597 (or 0xDCC597) is unknown color: approx Raffia. HEX triplet: DC, C5 and 97. RGB value is (220,197,151). Sum of RGB (Red+Green+Blue) = 220+197+151=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC597 is #233A68. Grayscale: #C6C6C6. Windows color (decimal): -2308713 or 9946588. OLE color: 9946588.

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

Color convert

RGB220197151-
CMYK00.100.310.14
HSL40º49.64%72.75%-
HSV(B)40º31.36%86.27%-
XYZ55.0757.3837.45-
YUV198.63101.12143.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.73%
GREEN value IS 197 (77.34% from 255) = 34.68%
BLUE value IS 151 (59.38% from 255) = 26.58%
R=38.73%
G=34.68%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019715100.100.310.144049.6472.75
HexDCC5970A1FE283249
Octal33430522701237165062111
Binary110111001100010110010111010101111111101010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC597; }

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

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

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

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

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

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

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

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