Html Css Color HEX #DB9A83 Tonys Pink

📋 copy color: '#DB9A83'

red 219 ◦ green 154 ◦ blue 131

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

Shades of Tonys Pink #DB9A83

Tints of Tonys Pink #DB9A83

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

 BLUE value IS 131 (51.56% from 255) = 25.99%

R = 43.45%
G = 30.56%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB9A83 (or 0xDB9A83) is known color: Tonys Pink. HEX triplet: DB, 9A and 83. RGB value is (219,154,131). Sum of RGB (Red+Green+Blue) = 219+154+131=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A83 is #24657C. Grayscale: #AAAAAA. Windows color (decimal): -2385277 or 8624859. OLE color: 8624859.

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

Color convert

RGB 219 154 131 -
CMYK 0 0.30 0.40 0.14
HSL 15.68º 0.55% 0.69% -
HSV(B) 15.68º 0.4% 0.86% -
XYZ 44.87 39.81 26.79 -
YUV 170.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 219 154 131 0 0.30 0.40 0.14 15.68 0.55 0.69
Hex DB 9A 83 0 1E 28 E 10 37 45
Octal 333 232 203 0 36 50 16 20 67 105
Binary 11011011 10011010 10000011 0 11110 101000 1110 10000 110111 1000101

Color Harmonies of #DB9A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A83

Black with #DB9A83

Text Example


Text Example

White with #DB9A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A83; }

 p { color: rgb(219,154,131); }

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

background-color css

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

 a { background-color: rgb(219,154,131); }

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

border-color css

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

 span { border-color: rgb(219,154,131); }

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