Html Css Color HEX #DACAA8 Raffia

📋 copy color: '#DACAA8'

red 218 ◦ green 202 ◦ blue 168

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

Shades of Raffia #DACAA8

Tints of Raffia #DACAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.57%

R = 37.07%
G = 34.35%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DACAA8 (or 0xDACAA8) is known color: Raffia. HEX triplet: DA, CA and A8. RGB value is (218,202,168). Sum of RGB (Red+Green+Blue) = 218+202+168=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA8 is #253557. Grayscale: #CBCBCB. Windows color (decimal): -2438488 or 11061978. OLE color: 11061978.

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

Color convert

RGB 218 202 168 -
CMYK 0 0.07 0.23 0.15
HSL 40.8º 0.4% 0.76% -
HSV(B) 40.8º 0.23% 0.85% -
XYZ 57.1 59.97 45.61 -
YUV 202.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 218 202 168 0 0.07 0.23 0.15 40.8 0.4 0.76
Hex DA CA A8 0 7 17 F 29 28 4C
Octal 332 312 250 0 7 27 17 51 50 114
Binary 11011010 11001010 10101000 0 111 10111 1111 101001 101000 1001100

Color Harmonies of #DACAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAA8

Black with #DACAA8

Text Example


Text Example

White with #DACAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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