#DAC098

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

Shades of Raffia #DAC098

Tints of Raffia #DAC098

Color information

#DAC098 (or 0xDAC098) is unknown color: approx Raffia. HEX triplet: DA, C0 and 98. RGB value is (218,192,152). Sum of RGB (Red+Green+Blue) = 218+192+152=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC098 is #253F67. Grayscale: #C3C3C3. Windows color (decimal): -2441064 or 10010842. OLE color: 10010842.

HSL color Cylindrical-coordinate representation of color #DAC098: hue angle of 36.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAC098 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218192152-
CMYK00.120.300.15
HSL36.36º47.14%72.55%-
HSV(B)36.36º30.28%85.49%-
XYZ53.4354.8737.48-
YUV195.21103.61144.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 192 (75.39% from 255) = 34.16%
BLUE value IS 152 (59.77% from 255) = 27.05%
R=38.79%
G=34.16%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819215200.120.300.1536.3647.1472.55
HexDAC0980C1EF242f49
Octal33230023001436174457111
Binary110110101100000010011000011001111011111001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC098; }

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

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

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

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

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

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

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

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