Html Css Color HEX #DAA2AB Pale Chestnut

📋 copy color: '#DAA2AB'

red 218 ◦ green 162 ◦ blue 171

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

Shades of Pale Chestnut #DAA2AB

Tints of Pale Chestnut #DAA2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.4%

 BLUE value IS 171 (67.19% from 255) = 31.03%

R = 39.56%
G = 29.4%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAA2AB (or 0xDAA2AB) is known color: Pale Chestnut. HEX triplet: DA, A2 and AB. RGB value is (218,162,171). Sum of RGB (Red+Green+Blue) = 218+162+171=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA2AB is #255D54. Grayscale: #B3B3B3. Windows color (decimal): -2448725 or 11248346. OLE color: 11248346.

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

Color convert

RGB 218 162 171 -
CMYK 0 0.26 0.22 0.15
HSL 350.36º 0.43% 0.75% -
HSV(B) 350.36º 0.26% 0.85% -
XYZ 49.18 43.69 44.37 -
YUV 179.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 218 162 171 0 0.26 0.22 0.15 350.36 0.43 0.75
Hex DA A2 AB 0 1A 16 F 15E 2B 4B
Octal 332 242 253 0 32 26 17 536 53 113
Binary 11011010 10100010 10101011 0 11010 10110 1111 101011110 101011 1001011

Color Harmonies of #DAA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2AB

Black with #DAA2AB

Text Example


Text Example

White with #DAA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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