Html Css Color HEX #DAC097 Raffia

📋 copy color: '#DAC097'

red 218 ◦ green 192 ◦ blue 151

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

Shades of Raffia #DAC097

Tints of Raffia #DAC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.22%

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

R = 38.86%
G = 34.22%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC097 (or 0xDAC097) is known color: Raffia. HEX triplet: DA, C0 and 97. RGB value is (218,192,151). Sum of RGB (Red+Green+Blue) = 218+192+151=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC097 is #253F68. Grayscale: #C3C3C3. Windows color (decimal): -2441065 or 9945306. OLE color: 9945306.

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

Color convert

RGB 218 192 151 -
CMYK 0 0.12 0.31 0.15
HSL 36.72º 0.48% 0.72% -
HSV(B) 36.72º 0.31% 0.85% -
XYZ 53.35 54.84 37.05 -
YUV 195.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 218 192 151 0 0.12 0.31 0.15 36.72 0.48 0.72
Hex DA C0 97 0 C 1F F 25 30 48
Octal 332 300 227 0 14 37 17 45 60 110
Binary 11011010 11000000 10010111 0 1100 11111 1111 100101 110000 1001000

Color Harmonies of #DAC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC097

Black with #DAC097

Text Example


Text Example

White with #DAC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC097; }

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

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

background-color css

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

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

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

border-color css

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

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

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