Html Css Color HEX #DB9784 Tonys Pink

📋 copy color: '#DB9784'

red 219 ◦ green 151 ◦ blue 132

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

Shades of Tonys Pink #DB9784

Tints of Tonys Pink #DB9784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.29%

R = 43.63%
G = 30.08%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB9784 (or 0xDB9784) is known color: Tonys Pink. HEX triplet: DB, 97 and 84. RGB value is (219,151,132). Sum of RGB (Red+Green+Blue) = 219+151+132=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9784 is #24687B. Grayscale: #A9A9A9. Windows color (decimal): -2386044 or 8689627. OLE color: 8689627.

HSL color Cylindrical-coordinate representation of color #DB9784: hue angle of 13.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB9784 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 132 -
CMYK 0 0.31 0.40 0.14
HSL 13.1º 0.55% 0.69% -
HSV(B) 13.1º 0.4% 0.86% -
XYZ 44.44 38.86 26.99 -
YUV 169.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 219 151 132 0 0.31 0.40 0.14 13.1 0.55 0.69
Hex DB 97 84 0 1F 28 E D 37 45
Octal 333 227 204 0 37 50 16 15 67 105
Binary 11011011 10010111 10000100 0 11111 101000 1110 1101 110111 1000101

Color Harmonies of #DB9784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9784

Black with #DB9784

Text Example


Text Example

White with #DB9784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9784; }

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

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

background-color css

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

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

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

border-color css

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

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

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