Html Css Color HEX #DAC8A9 Raffia

📋 copy color: '#DAC8A9'

red 218 ◦ green 200 ◦ blue 169

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

Shades of Raffia #DAC8A9

Tints of Raffia #DAC8A9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.07%

 BLUE value IS 169 (66.41% from 255) = 28.79%

R = 37.14%
G = 34.07%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAC8A9 (or 0xDAC8A9) is known color: Raffia. HEX triplet: DA, C8 and A9. RGB value is (218,200,169). Sum of RGB (Red+Green+Blue) = 218+200+169=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 169 (66.41% from 255 or 28.79% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A9 is #253756. Grayscale: #C9C9C9. Windows color (decimal): -2438999 or 11127002. OLE color: 11127002.

HSL color Cylindrical-coordinate representation of color #DAC8A9: hue angle of 37.96º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC8A9 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 169 -
CMYK 0 0.08 0.22 0.15
HSL 37.96º 0.4% 0.76% -
HSV(B) 37.96º 0.22% 0.85% -
XYZ 56.73 59.08 45.95 -
YUV 201.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 218 200 169 0 0.08 0.22 0.15 37.96 0.4 0.76
Hex DA C8 A9 0 8 16 F 26 28 4C
Octal 332 310 251 0 10 26 17 46 50 114
Binary 11011010 11001000 10101001 0 1000 10110 1111 100110 101000 1001100

Color Harmonies of #DAC8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8A9

Black with #DAC8A9

Text Example


Text Example

White with #DAC8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8A9; }

 p { color: rgb(218,200,169); }

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

background-color css

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

 a { background-color: rgb(218,200,169); }

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

border-color css

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

 span { border-color: rgb(218,200,169); }

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