Html Css Color HEX #DB9785 Tonys Pink

📋 copy color: '#DB9785'

red 219 ◦ green 151 ◦ blue 133

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

Shades of Tonys Pink #DB9785

Tints of Tonys Pink #DB9785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.02%

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 43.54%
G = 30.02%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB9785 (or 0xDB9785) is known color: Tonys Pink. HEX triplet: DB, 97 and 85. RGB value is (219,151,133). Sum of RGB (Red+Green+Blue) = 219+151+133=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9785 is #24687A. Grayscale: #A9A9A9. Windows color (decimal): -2386043 or 8755163. OLE color: 8755163.

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

Color convert

RGB 219 151 133 -
CMYK 0 0.31 0.39 0.14
HSL 12.56º 0.54% 0.69% -
HSV(B) 12.56º 0.39% 0.86% -
XYZ 44.51 38.89 27.35 -
YUV 169.28 107.53 163.46 -
System Red Green Blue C M Y K H S L
Decimal 219 151 133 0 0.31 0.39 0.14 12.56 0.54 0.69
Hex DB 97 85 0 1F 27 E D 36 45
Octal 333 227 205 0 37 47 16 15 66 105
Binary 11011011 10010111 10000101 0 11111 100111 1110 1101 110110 1000101

Color Harmonies of #DB9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9785

Black with #DB9785

Text Example


Text Example

White with #DB9785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9785; }

 p { color: rgb(219,151,133); }

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

background-color css

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

 a { background-color: rgb(219,151,133); }

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

border-color css

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

 span { border-color: rgb(219,151,133); }

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