Html Css Color HEX #DAC099 Raffia

📋 copy color: '#DAC099'

red 218 ◦ green 192 ◦ blue 153

#DAC099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raffia #DAC099

Tints of Raffia #DAC099

RGB

 RED value IS 218 (85.55% from 255) = 38.72%

 GREEN value IS 192 (75.39% from 255) = 34.1%

 BLUE value IS 153 (60.16% from 255) = 27.18%

R = 38.72%
G = 34.1%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC099 (or 0xDAC099) is known color: Raffia. HEX triplet: DA, C0 and 99. RGB value is (218,192,153). Sum of RGB (Red+Green+Blue) = 218+192+153=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC099 is #253F66. Grayscale: #C3C3C3. Windows color (decimal): -2441063 or 10076378. OLE color: 10076378.

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

Color convert

RGB 218 192 153 -
CMYK 0 0.12 0.30 0.15
HSL 36º 0.47% 0.73% -
HSV(B) 36º 0.3% 0.85% -
XYZ 53.51 54.9 37.91 -
YUV 195.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 218 192 153 0 0.12 0.30 0.15 36 0.47 0.73
Hex DA C0 99 0 C 1E F 24 2F 49
Octal 332 300 231 0 14 36 17 44 57 111
Binary 11011010 11000000 10011001 0 1100 11110 1111 100100 101111 1001001

Color Harmonies of #DAC099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC099

Black with #DAC099

Text Example


Text Example

White with #DAC099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC099; }

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

 H1.HeaderClassName
 {
   color: #DAC099;
 }
 .AnyTagClassName
 {
   color: #DAC099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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