Html Css Color HEX #DBA2A7 Pale Chestnut

📋 copy color: '#DBA2A7'

red 219 ◦ green 162 ◦ blue 167

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

Shades of Pale Chestnut #DBA2A7

Tints of Pale Chestnut #DBA2A7

RGB

 RED value IS 219 (85.94% from 255) = 39.96%

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

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 39.96%
G = 29.56%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DBA2A7 (or 0xDBA2A7) is known color: Pale Chestnut. HEX triplet: DB, A2 and A7. RGB value is (219,162,167). Sum of RGB (Red+Green+Blue) = 219+162+167=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 162 (63.67% from 255 or 29.56% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2A7 is #245D58. Grayscale: #B3B3B3. Windows color (decimal): -2383193 or 10986203. OLE color: 10986203.

HSL color Cylindrical-coordinate representation of color #DBA2A7: hue angle of 354.74º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA2A7 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 167 -
CMYK 0 0.26 0.24 0.14
HSL 354.74º 0.44% 0.75% -
HSV(B) 354.74º 0.26% 0.86% -
XYZ 49.11 43.69 42.4 -
YUV 179.61 120.88 156.09 -
System Red Green Blue C M Y K H S L
Decimal 219 162 167 0 0.26 0.24 0.14 354.74 0.44 0.75
Hex DB A2 A7 0 1A 18 E 163 2C 4B
Octal 333 242 247 0 32 30 16 543 54 113
Binary 11011011 10100010 10100111 0 11010 11000 1110 101100011 101100 1001011

Color Harmonies of #DBA2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2A7

Black with #DBA2A7

Text Example


Text Example

White with #DBA2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2A7; }

 p { color: rgb(219,162,167); }

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

background-color css

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

 a { background-color: rgb(219,162,167); }

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

border-color css

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

 span { border-color: rgb(219,162,167); }

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