Html Css Color HEX #DAC699 Raffia

📋 copy color: '#DAC699'

red 218 ◦ green 198 ◦ blue 153

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

Shades of Raffia #DAC699

Tints of Raffia #DAC699

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.8%

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

R = 38.31%
G = 34.8%
B = 26.89%

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

#DAC699 (or 0xDAC699) is known color: Raffia. HEX triplet: DA, C6 and 99. RGB value is (218,198,153). Sum of RGB (Red+Green+Blue) = 218+198+153=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC699 is #253966. Grayscale: #C7C7C7. Windows color (decimal): -2439527 or 10077914. OLE color: 10077914.

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

Color convert

RGB 218 198 153 -
CMYK 0 0.09 0.30 0.15
HSL 41.54º 0.47% 0.73% -
HSV(B) 41.54º 0.3% 0.85% -
XYZ 54.86 57.59 38.36 -
YUV 198.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 218 198 153 0 0.09 0.30 0.15 41.54 0.47 0.73
Hex DA C6 99 0 9 1E F 2A 2F 49
Octal 332 306 231 0 11 36 17 52 57 111
Binary 11011010 11000110 10011001 0 1001 11110 1111 101010 101111 1001001

Color Harmonies of #DAC699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC699

Black with #DAC699

Text Example


Text Example

White with #DAC699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC699; }

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

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

background-color css

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

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

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

border-color css

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

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

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