#DCC098

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

Shades of Raffia #DCC098

Tints of Raffia #DCC098

Color information

#DCC098 (or 0xDCC098) is unknown color: approx Raffia. HEX triplet: DC, C0 and 98. RGB value is (220,192,152). Sum of RGB (Red+Green+Blue) = 220+192+152=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC098 is #233F67. Grayscale: #C4C4C4. Windows color (decimal): -2309992 or 10010844. OLE color: 10010844.

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

Color convert

RGB220192152-
CMYK00.130.310.14
HSL35.29º49.28%72.94%-
HSV(B)35.29º30.91%86.27%-
XYZ54.0355.1837.51-
YUV195.81103.28145.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 152 (59.77% from 255) = 26.95%
R=39.01%
G=34.04%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019215200.130.310.1435.2949.2872.94
HexDCC0980D1FE233149
Octal33430023001537164361111
Binary110111001100000010011000011011111111101000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC098; }

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

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

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

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

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

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

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

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