Html Css Color HEX #DACAA2 Raffia

📋 copy color: '#DACAA2'

red 218 ◦ green 202 ◦ blue 162

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

Shades of Raffia #DACAA2

Tints of Raffia #DACAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.84%

R = 37.46%
G = 34.71%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DACAA2 (or 0xDACAA2) is known color: Raffia. HEX triplet: DA, CA and A2. RGB value is (218,202,162). Sum of RGB (Red+Green+Blue) = 218+202+162=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAA2 is #25355D. Grayscale: #CACACA. Windows color (decimal): -2438494 or 10668762. OLE color: 10668762.

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

Color convert

RGB 218 202 162 -
CMYK 0 0.07 0.26 0.15
HSL 42.86º 0.43% 0.75% -
HSV(B) 42.86º 0.26% 0.85% -
XYZ 56.56 59.76 42.74 -
YUV 202.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 218 202 162 0 0.07 0.26 0.15 42.86 0.43 0.75
Hex DA CA A2 0 7 1A F 2B 2B 4B
Octal 332 312 242 0 7 32 17 53 53 113
Binary 11011010 11001010 10100010 0 111 11010 1111 101011 101011 1001011

Color Harmonies of #DACAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACAA2

Black with #DACAA2

Text Example


Text Example

White with #DACAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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