#DCC599

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

Shades of Raffia #DCC599

Tints of Raffia #DCC599

Color information

#DCC599 (or 0xDCC599) is unknown color: approx Raffia. HEX triplet: DC, C5 and 99. RGB value is (220,197,153). Sum of RGB (Red+Green+Blue) = 220+197+153=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC599 is #233A66. Grayscale: #C7C7C7. Windows color (decimal): -2308711 or 10077660. OLE color: 10077660.

HSL color Cylindrical-coordinate representation of color #DCC599: hue angle of 39.4º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCC599 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220197153-
CMYK00.100.300.14
HSL39.4º48.91%73.14%-
HSV(B)39.4º30.45%86.27%-
XYZ55.2357.4538.31-
YUV198.86102.12143.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 153 (60.16% from 255) = 26.84%
R=38.60%
G=34.56%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019715300.100.300.1439.448.9173.14
HexDCC5990A1EE273149
Octal33430523101236164761111
Binary110111001100010110011001010101111011101001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC599; }

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

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

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

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

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

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

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

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