Html Css Color HEX #DBA4A5 Pale Chestnut

📋 copy color: '#DBA4A5'

red 219 ◦ green 164 ◦ blue 165

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

Shades of Pale Chestnut #DBA4A5

Tints of Pale Chestnut #DBA4A5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.93%

 BLUE value IS 165 (64.84% from 255) = 30.11%

R = 39.96%
G = 29.93%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBA4A5 (or 0xDBA4A5) is known color: Pale Chestnut. HEX triplet: DB, A4 and A5. RGB value is (219,164,165). Sum of RGB (Red+Green+Blue) = 219+164+165=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4A5 is #245B5A. Grayscale: #B4B4B4. Windows color (decimal): -2382683 or 10855643. OLE color: 10855643.

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

Color convert

RGB 219 164 165 -
CMYK 0 0.25 0.25 0.14
HSL 358.91º 0.43% 0.75% -
HSV(B) 358.91º 0.25% 0.86% -
XYZ 49.28 44.33 41.56 -
YUV 180.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 219 164 165 0 0.25 0.25 0.14 358.91 0.43 0.75
Hex DB A4 A5 0 19 19 E 167 2B 4B
Octal 333 244 245 0 31 31 16 547 53 113
Binary 11011011 10100100 10100101 0 11001 11001 1110 101100111 101011 1001011

Color Harmonies of #DBA4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4A5

Black with #DBA4A5

Text Example


Text Example

White with #DBA4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4A5; }

 p { color: rgb(219,164,165); }

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

background-color css

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

 a { background-color: rgb(219,164,165); }

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

border-color css

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

 span { border-color: rgb(219,164,165); }

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