Html Css Color HEX #DAC697 Raffia

📋 copy color: '#DAC697'

red 218 ◦ green 198 ◦ blue 151

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

Shades of Raffia #DAC697

Tints of Raffia #DAC697

RGB

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

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

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

R = 38.45%
G = 34.92%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC697 (or 0xDAC697) is known color: Raffia. HEX triplet: DA, C6 and 97. RGB value is (218,198,151). Sum of RGB (Red+Green+Blue) = 218+198+151=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC697 is #253968. Grayscale: #C6C6C6. Windows color (decimal): -2439529 or 9946842. OLE color: 9946842.

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

Color convert

RGB 218 198 151 -
CMYK 0 0.09 0.31 0.15
HSL 42.09º 0.48% 0.72% -
HSV(B) 42.09º 0.31% 0.85% -
XYZ 54.69 57.53 37.5 -
YUV 198.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 218 198 151 0 0.09 0.31 0.15 42.09 0.48 0.72
Hex DA C6 97 0 9 1F F 2A 30 48
Octal 332 306 227 0 11 37 17 52 60 110
Binary 11011010 11000110 10010111 0 1001 11111 1111 101010 110000 1001000

Color Harmonies of #DAC697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC697

Black with #DAC697

Text Example


Text Example

White with #DAC697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC697; }

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

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

background-color css

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

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

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

border-color css

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

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

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