#DAC399

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

Shades of Raffia #DAC399

Tints of Raffia #DAC399

Color information

#DAC399 (or 0xDAC399) is unknown color: approx Raffia. HEX triplet: DA, C3 and 99. RGB value is (218,195,153). Sum of RGB (Red+Green+Blue) = 218+195+153=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC399 is #253C66. Grayscale: #C5C5C5. Windows color (decimal): -2440295 or 10077146. OLE color: 10077146.

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

Color convert

RGB218195153-
CMYK00.110.300.15
HSL38.77º46.76%72.75%-
HSV(B)38.77º29.82%85.49%-
XYZ54.1856.2438.14-
YUV197.09103.12142.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.52%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 153 (60.16% from 255) = 27.03%
R=38.52%
G=34.45%
B=27.03%

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
Decimal21819515300.110.300.1538.7746.7672.75
HexDAC3990B1EF272f49
Octal33230323101336174757111
Binary110110101100001110011001010111111011111001111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC399; }

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

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

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

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

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

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

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

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