Html Css Color HEX #DAC499 Raffia

📋 copy color: '#DAC499'

red 218 ◦ green 196 ◦ blue 153

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

Shades of Raffia #DAC499

Tints of Raffia #DAC499

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 38.45%
G = 34.57%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DAC499 (or 0xDAC499) is known color: Raffia. HEX triplet: DA, C4 and 99. RGB value is (218,196,153). Sum of RGB (Red+Green+Blue) = 218+196+153=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 153 (60.16% from 255 or 26.98% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC499 is #253B66. Grayscale: #C5C5C5. Windows color (decimal): -2440039 or 10077402. OLE color: 10077402.

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

Color convert

RGB 218 196 153 -
CMYK 0 0.10 0.30 0.15
HSL 39.69º 0.47% 0.73% -
HSV(B) 39.69º 0.3% 0.85% -
XYZ 54.4 56.69 38.21 -
YUV 197.68 102.79 142.5 -
System Red Green Blue C M Y K H S L
Decimal 218 196 153 0 0.10 0.30 0.15 39.69 0.47 0.73
Hex DA C4 99 0 A 1E F 28 2F 49
Octal 332 304 231 0 12 36 17 50 57 111
Binary 11011010 11000100 10011001 0 1010 11110 1111 101000 101111 1001001

Color Harmonies of #DAC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC499

Black with #DAC499

Text Example


Text Example

White with #DAC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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