Html Css Color HEX #DAC199 Raffia

📋 copy color: '#DAC199'

red 218 ◦ green 193 ◦ blue 153

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

Shades of Raffia #DAC199

Tints of Raffia #DAC199

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.22%

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

R = 38.65%
G = 34.22%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC199 (or 0xDAC199) is known color: Raffia. HEX triplet: DA, C1 and 99. RGB value is (218,193,153). Sum of RGB (Red+Green+Blue) = 218+193+153=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC199 is #253E66. Grayscale: #C4C4C4. Windows color (decimal): -2440807 or 10076634. OLE color: 10076634.

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

Color convert

RGB 218 193 153 -
CMYK 0 0.11 0.30 0.15
HSL 36.92º 0.47% 0.73% -
HSV(B) 36.92º 0.3% 0.85% -
XYZ 53.73 55.35 37.99 -
YUV 195.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 218 193 153 0 0.11 0.30 0.15 36.92 0.47 0.73
Hex DA C1 99 0 B 1E F 25 2F 49
Octal 332 301 231 0 13 36 17 45 57 111
Binary 11011010 11000001 10011001 0 1011 11110 1111 100101 101111 1001001

Color Harmonies of #DAC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC199

Black with #DAC199

Text Example


Text Example

White with #DAC199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC199; }

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

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

background-color css

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

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

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

border-color css

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

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

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