Html Css Color HEX #DB9986 Tonys Pink

📋 copy color: '#DB9986'

red 219 ◦ green 153 ◦ blue 134

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

Shades of Tonys Pink #DB9986

Tints of Tonys Pink #DB9986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

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

R = 43.28%
G = 30.24%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB9986 (or 0xDB9986) is known color: Tonys Pink. HEX triplet: DB, 99 and 86. RGB value is (219,153,134). Sum of RGB (Red+Green+Blue) = 219+153+134=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9986 is #246679. Grayscale: #AAAAAA. Windows color (decimal): -2385530 or 8821211. OLE color: 8821211.

HSL color Cylindrical-coordinate representation of color #DB9986: hue angle of 13.41º 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 #DB9986 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 134 -
CMYK 0 0.30 0.39 0.14
HSL 13.41º 0.54% 0.69% -
HSV(B) 13.41º 0.39% 0.86% -
XYZ 44.91 39.56 27.82 -
YUV 170.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 219 153 134 0 0.30 0.39 0.14 13.41 0.54 0.69
Hex DB 99 86 0 1E 27 E D 36 45
Octal 333 231 206 0 36 47 16 15 66 105
Binary 11011011 10011001 10000110 0 11110 100111 1110 1101 110110 1000101

Color Harmonies of #DB9986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9986

Black with #DB9986

Text Example


Text Example

White with #DB9986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9986; }

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

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

background-color css

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

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

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

border-color css

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

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

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