Html Css Color HEX #DB9C86 Tonys Pink

📋 copy color: '#DB9C86'

red 219 ◦ green 156 ◦ blue 134

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

Shades of Tonys Pink #DB9C86

Tints of Tonys Pink #DB9C86

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

 BLUE value IS 134 (52.73% from 255) = 26.33%

R = 43.03%
G = 30.65%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB9C86 (or 0xDB9C86) is known color: Tonys Pink. HEX triplet: DB, 9C and 86. RGB value is (219,156,134). Sum of RGB (Red+Green+Blue) = 219+156+134=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C86 is #246379. Grayscale: #ACACAC. Windows color (decimal): -2384762 or 8821979. OLE color: 8821979.

HSL color Cylindrical-coordinate representation of color #DB9C86: hue angle of 15.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9C86 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 156 134 -
CMYK 0 0.29 0.39 0.14
HSL 15.53º 0.54% 0.69% -
HSV(B) 15.53º 0.39% 0.86% -
XYZ 45.4 40.56 27.99 -
YUV 172.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 219 156 134 0 0.29 0.39 0.14 15.53 0.54 0.69
Hex DB 9C 86 0 1D 27 E 10 36 45
Octal 333 234 206 0 35 47 16 20 66 105
Binary 11011011 10011100 10000110 0 11101 100111 1110 10000 110110 1000101

Color Harmonies of #DB9C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C86

Black with #DB9C86

Text Example


Text Example

White with #DB9C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C86; }

 p { color: rgb(219,156,134); }

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

background-color css

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

 a { background-color: rgb(219,156,134); }

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

border-color css

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

 span { border-color: rgb(219,156,134); }

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