#DAC698

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

Shades of Raffia #DAC698

Tints of Raffia #DAC698

Color information

#DAC698 (or 0xDAC698) is unknown color: approx Raffia. HEX triplet: DA, C6 and 98. RGB value is (218,198,152). Sum of RGB (Red+Green+Blue) = 218+198+152=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC698 is #253967. Grayscale: #C6C6C6. Windows color (decimal): -2439528 or 10012378. OLE color: 10012378.

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

Color convert

RGB218198152-
CMYK00.090.300.15
HSL41.82º47.14%72.55%-
HSV(B)41.82º30.28%85.49%-
XYZ54.7857.5637.93-
YUV198.74101.63141.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=38.38%
G=34.86%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819815200.090.300.1541.8247.1472.55
HexDAC698091EF2a2f49
Octal33230623001136175257111
Binary110110101100011010011000010011111011111010101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC698; }

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

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

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

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

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

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

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

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