Html Css Color HEX #DB9C84 Tonys Pink

📋 copy color: '#DB9C84'

red 219 ◦ green 156 ◦ blue 132

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

Shades of Tonys Pink #DB9C84

Tints of Tonys Pink #DB9C84

RGB

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

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

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

R = 43.2%
G = 30.77%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB9C84 (or 0xDB9C84) is known color: Tonys Pink. HEX triplet: DB, 9C and 84. RGB value is (219,156,132). Sum of RGB (Red+Green+Blue) = 219+156+132=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C84 is #24637B. Grayscale: #ACACAC. Windows color (decimal): -2384764 or 8690907. OLE color: 8690907.

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

Color convert

RGB 219 156 132 -
CMYK 0 0.29 0.40 0.14
HSL 16.55º 0.55% 0.69% -
HSV(B) 16.55º 0.4% 0.86% -
XYZ 45.27 40.5 27.26 -
YUV 172.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 219 156 132 0 0.29 0.40 0.14 16.55 0.55 0.69
Hex DB 9C 84 0 1D 28 E 11 37 45
Octal 333 234 204 0 35 50 16 21 67 105
Binary 11011011 10011100 10000100 0 11101 101000 1110 10001 110111 1000101

Color Harmonies of #DB9C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9C84

Black with #DB9C84

Text Example


Text Example

White with #DB9C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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