Html Css Color HEX #DA9FA6 Pale Chestnut

📋 copy color: '#DA9FA6'

red 218 ◦ green 159 ◦ blue 166

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

Shades of Pale Chestnut #DA9FA6

Tints of Pale Chestnut #DA9FA6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.28%

 BLUE value IS 166 (65.23% from 255) = 30.57%

R = 40.15%
G = 29.28%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA9FA6 (or 0xDA9FA6) is known color: Pale Chestnut. HEX triplet: DA, 9F and A6. RGB value is (218,159,166). Sum of RGB (Red+Green+Blue) = 218+159+166=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9FA6 is #256059. Grayscale: #B1B1B1. Windows color (decimal): -2449498 or 10919898. OLE color: 10919898.

HSL color Cylindrical-coordinate representation of color #DA9FA6: hue angle of 352.88º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FA6 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 159 166 -
CMYK 0 0.27 0.24 0.15
HSL 352.88º 0.44% 0.74% -
HSV(B) 352.88º 0.27% 0.85% -
XYZ 48.19 42.45 41.73 -
YUV 177.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 218 159 166 0 0.27 0.24 0.15 352.88 0.44 0.74
Hex DA 9F A6 0 1B 18 F 161 2C 4A
Octal 332 237 246 0 33 30 17 541 54 112
Binary 11011010 10011111 10100110 0 11011 11000 1111 101100001 101100 1001010

Color Harmonies of #DA9FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9FA6

Black with #DA9FA6

Text Example


Text Example

White with #DA9FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9FA6; }

 p { color: rgb(218,159,166); }

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

background-color css

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

 a { background-color: rgb(218,159,166); }

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

border-color css

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

 span { border-color: rgb(218,159,166); }

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