#DAC398

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

Shades of Raffia #DAC398

Tints of Raffia #DAC398

Color information

#DAC398 (or 0xDAC398) is unknown color: approx Raffia. HEX triplet: DA, C3 and 98. RGB value is (218,195,152). Sum of RGB (Red+Green+Blue) = 218+195+152=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC398 is #253C67. Grayscale: #C5C5C5. Windows color (decimal): -2440296 or 10011610. OLE color: 10011610.

HSL color Cylindrical-coordinate representation of color #DAC398: hue angle of 39.09º 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 #DAC398 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218195152-
CMYK00.110.300.15
HSL39.09º47.14%72.55%-
HSV(B)39.09º30.28%85.49%-
XYZ54.156.237.7-
YUV196.98102.62143-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=38.58%
G=34.51%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819515200.110.300.1539.0947.1472.55
HexDAC3980B1EF272f49
Octal33230323001336174757111
Binary110110101100001110011000010111111011111001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC398; }

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

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

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

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

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

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

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

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