Html Css Color HEX #DAC597 Raffia

📋 copy color: '#DAC597'

red 218 ◦ green 197 ◦ blue 151

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

Shades of Raffia #DAC597

Tints of Raffia #DAC597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.68%

R = 38.52%
G = 34.81%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC597 (or 0xDAC597) is known color: Raffia. HEX triplet: DA, C5 and 97. RGB value is (218,197,151). Sum of RGB (Red+Green+Blue) = 218+197+151=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 151 (59.38% from 255 or 26.68% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC597 is #253A68. Grayscale: #C6C6C6. Windows color (decimal): -2439785 or 9946586. OLE color: 9946586.

HSL color Cylindrical-coordinate representation of color #DAC597: hue angle of 41.19º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAC597 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 197 151 -
CMYK 0 0.10 0.31 0.15
HSL 41.19º 0.48% 0.72% -
HSV(B) 41.19º 0.31% 0.85% -
XYZ 54.47 57.07 37.42 -
YUV 198.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 218 197 151 0 0.10 0.31 0.15 41.19 0.48 0.72
Hex DA C5 97 0 A 1F F 29 30 48
Octal 332 305 227 0 12 37 17 51 60 110
Binary 11011010 11000101 10010111 0 1010 11111 1111 101001 110000 1001000

Color Harmonies of #DAC597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC597

Black with #DAC597

Text Example


Text Example

White with #DAC597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC597; }

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

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

background-color css

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

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

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

border-color css

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

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

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