Html Css Color HEX #DACAA9 Raffia

📋 copy color: '#DACAA9'

red 218 ◦ green 202 ◦ blue 169

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

Shades of Raffia #DACAA9

Tints of Raffia #DACAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

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

R = 37.01%
G = 34.3%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DACAA9 (or 0xDACAA9) is known color: Raffia. HEX triplet: DA, CA and A9. RGB value is (218,202,169). Sum of RGB (Red+Green+Blue) = 218+202+169=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA9 is #253556. Grayscale: #CBCBCB. Windows color (decimal): -2438487 or 11127514. OLE color: 11127514.

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

Color convert

RGB 218 202 169 -
CMYK 0 0.07 0.22 0.15
HSL 40.41º 0.4% 0.76% -
HSV(B) 40.41º 0.22% 0.85% -
XYZ 57.2 60.01 46.1 -
YUV 203.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 218 202 169 0 0.07 0.22 0.15 40.41 0.4 0.76
Hex DA CA A9 0 7 16 F 28 28 4C
Octal 332 312 251 0 7 26 17 50 50 114
Binary 11011010 11001010 10101001 0 111 10110 1111 101000 101000 1001100

Color Harmonies of #DACAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAA9

Black with #DACAA9

Text Example


Text Example

White with #DACAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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