Html Css Color HEX #DAC799 Raffia

📋 copy color: '#DAC799'

red 218 ◦ green 199 ◦ blue 153

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

Shades of Raffia #DAC799

Tints of Raffia #DAC799

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.91%

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

R = 38.25%
G = 34.91%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC799 (or 0xDAC799) is known color: Raffia. HEX triplet: DA, C7 and 99. RGB value is (218,199,153). Sum of RGB (Red+Green+Blue) = 218+199+153=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 153 (60.16% from 255 or 26.84% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC799 is #253866. Grayscale: #C7C7C7. Windows color (decimal): -2439271 or 10078170. OLE color: 10078170.

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

Color convert

RGB 218 199 153 -
CMYK 0 0.09 0.30 0.15
HSL 42.46º 0.47% 0.73% -
HSV(B) 42.46º 0.3% 0.85% -
XYZ 55.09 58.05 38.44 -
YUV 199.44 101.79 141.24 -
System Red Green Blue C M Y K H S L
Decimal 218 199 153 0 0.09 0.30 0.15 42.46 0.47 0.73
Hex DA C7 99 0 9 1E F 2A 2F 49
Octal 332 307 231 0 11 36 17 52 57 111
Binary 11011010 11000111 10011001 0 1001 11110 1111 101010 101111 1001001

Color Harmonies of #DAC799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC799

Black with #DAC799

Text Example


Text Example

White with #DAC799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC799; }

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

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

background-color css

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

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

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

border-color css

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

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

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