Html Css Color HEX #DAC599 Raffia

📋 copy color: '#DAC599'

red 218 ◦ green 197 ◦ blue 153

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

Shades of Raffia #DAC599

Tints of Raffia #DAC599

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.68%

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

R = 38.38%
G = 34.68%
B = 26.94%

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

#DAC599 (or 0xDAC599) is known color: Raffia. HEX triplet: DA, C5 and 99. RGB value is (218,197,153). Sum of RGB (Red+Green+Blue) = 218+197+153=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC599 is #253A66. Grayscale: #C6C6C6. Windows color (decimal): -2439783 or 10077658. OLE color: 10077658.

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

Color convert

RGB 218 197 153 -
CMYK 0 0.10 0.30 0.15
HSL 40.62º 0.47% 0.73% -
HSV(B) 40.62º 0.3% 0.85% -
XYZ 54.63 57.14 38.29 -
YUV 198.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 218 197 153 0 0.10 0.30 0.15 40.62 0.47 0.73
Hex DA C5 99 0 A 1E F 29 2F 49
Octal 332 305 231 0 12 36 17 51 57 111
Binary 11011010 11000101 10011001 0 1010 11110 1111 101001 101111 1001001

Color Harmonies of #DAC599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC599

Black with #DAC599

Text Example


Text Example

White with #DAC599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC599; }

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

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

background-color css

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

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

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

border-color css

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

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

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