Html Css Color HEX #DAC297 Raffia

📋 copy color: '#DAC297'

red 218 ◦ green 194 ◦ blue 151

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

Shades of Raffia #DAC297

Tints of Raffia #DAC297

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

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

R = 38.72%
G = 34.46%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAC297 (or 0xDAC297) is known color: Raffia. HEX triplet: DA, C2 and 97. RGB value is (218,194,151). Sum of RGB (Red+Green+Blue) = 218+194+151=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC297 is #253D68. Grayscale: #C4C4C4. Windows color (decimal): -2440553 or 9945818. OLE color: 9945818.

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

Color convert

RGB 218 194 151 -
CMYK 0 0.11 0.31 0.15
HSL 38.51º 0.48% 0.72% -
HSV(B) 38.51º 0.31% 0.85% -
XYZ 53.79 55.72 37.2 -
YUV 196.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 218 194 151 0 0.11 0.31 0.15 38.51 0.48 0.72
Hex DA C2 97 0 B 1F F 27 30 48
Octal 332 302 227 0 13 37 17 47 60 110
Binary 11011010 11000010 10010111 0 1011 11111 1111 100111 110000 1001000

Color Harmonies of #DAC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC297

Black with #DAC297

Text Example


Text Example

White with #DAC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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