#DAC297

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

Shades of Raffia #DAC297

Tints of Raffia #DAC297

Color information

#DAC297 (or 0xDAC297) is unknown color: approx Raffia. HEX triplet: DA, C2 and 97. RGB value is (218,194,151). Sum of RGB (Red+Green+Blue) = 218+194+151=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC297 is #253D68. Grayscale: #C4C4C4. Windows color (decimal): -2440553 or 9945818. OLE color: 9945818.

HSL color Cylindrical-coordinate representation of color #DAC297: hue angle of 38.51º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAC297 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218194151-
CMYK00.110.310.15
HSL38.51º47.52%72.35%-
HSV(B)38.51º30.73%85.49%-
XYZ53.7955.7237.2-
YUV196.27102.45143.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=38.72%
G=34.46%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819415100.110.310.1538.5147.5272.35
HexDAC2970B1FF273048
Octal33230222701337174760110
Binary110110101100001010010111010111111111111001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC297; }

 p { color: rgb(218,194,151); }

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

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

 a { background-color: rgb(218,194,151); }

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

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

 span { border-color: rgb(218,194,151); }

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