#DCC697

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

Shades of Raffia #DCC697

Tints of Raffia #DCC697

Color information

#DCC697 (or 0xDCC697) is unknown color: approx Raffia. HEX triplet: DC, C6 and 97. RGB value is (220,198,151). Sum of RGB (Red+Green+Blue) = 220+198+151=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC697 is #233968. Grayscale: #C7C7C7. Windows color (decimal): -2308457 or 9946844. OLE color: 9946844.

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

Color convert

RGB220198151-
CMYK00.10.310.14
HSL40.87º49.64%72.75%-
HSV(B)40.87º31.36%86.27%-
XYZ55.357.8437.53-
YUV199.22100.79142.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 151 (59.38% from 255) = 26.54%
R=38.66%
G=34.80%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019815100.10.310.1440.8749.6472.75
HexDCC6970A1FE293249
Octal33430622701237165162111
Binary110111001100011010010111010101111111101010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC697; }

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

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

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

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

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

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

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

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