#DAC498

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

Shades of Raffia #DAC498

Tints of Raffia #DAC498

Color information

#DAC498 (or 0xDAC498) is unknown color: approx Raffia. HEX triplet: DA, C4 and 98. RGB value is (218,196,152). Sum of RGB (Red+Green+Blue) = 218+196+152=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC498 is #253B67. Grayscale: #C5C5C5. Windows color (decimal): -2440040 or 10011866. OLE color: 10011866.

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

Color convert

RGB218196152-
CMYK00.100.300.15
HSL40º47.14%72.55%-
HSV(B)40º30.28%85.49%-
XYZ54.3256.6537.78-
YUV197.56102.29142.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 152 (59.77% from 255) = 26.86%
R=38.52%
G=34.63%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819615200.100.300.154047.1472.55
HexDAC4980A1EF282f49
Octal33230423001236175057111
Binary110110101100010010011000010101111011111010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC498; }

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

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

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

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

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

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

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

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