#DCC598

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

Shades of Raffia #DCC598

Tints of Raffia #DCC598

Color information

#DCC598 (or 0xDCC598) is unknown color: approx Raffia. HEX triplet: DC, C5 and 98. RGB value is (220,197,152). Sum of RGB (Red+Green+Blue) = 220+197+152=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 152 (59.77% from 255 or 26.71% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC598 is #233A67. Grayscale: #C6C6C6. Windows color (decimal): -2308712 or 10012124. OLE color: 10012124.

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

Color convert

RGB220197152-
CMYK00.100.310.14
HSL39.71º49.28%72.94%-
HSV(B)39.71º30.91%86.27%-
XYZ55.1557.4237.88-
YUV198.75101.62143.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 152 (59.77% from 255) = 26.71%
R=38.66%
G=34.62%
B=26.71%

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
Decimal22019715200.100.310.1439.7149.2872.94
HexDCC5980A1FE283149
Octal33430523001237165061111
Binary110111001100010110011000010101111111101010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC598; }

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

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

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

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

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

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

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

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