Html Css Color HEX #DB9B83 Tonys Pink

📋 copy color: '#DB9B83'

red 219 ◦ green 155 ◦ blue 131

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

Shades of Tonys Pink #DB9B83

Tints of Tonys Pink #DB9B83

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.69%

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

R = 43.37%
G = 30.69%
B = 25.94%

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

#DB9B83 (or 0xDB9B83) is known color: Tonys Pink. HEX triplet: DB, 9B and 83. RGB value is (219,155,131). Sum of RGB (Red+Green+Blue) = 219+155+131=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B83 is #24647C. Grayscale: #ABABAB. Windows color (decimal): -2385021 or 8625115. OLE color: 8625115.

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

Color convert

RGB 219 155 131 -
CMYK 0 0.29 0.40 0.14
HSL 16.36º 0.55% 0.69% -
HSV(B) 16.36º 0.4% 0.86% -
XYZ 45.03 40.14 26.85 -
YUV 171.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 219 155 131 0 0.29 0.40 0.14 16.36 0.55 0.69
Hex DB 9B 83 0 1D 28 E 10 37 45
Octal 333 233 203 0 35 50 16 20 67 105
Binary 11011011 10011011 10000011 0 11101 101000 1110 10000 110111 1000101

Color Harmonies of #DB9B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B83

Black with #DB9B83

Text Example


Text Example

White with #DB9B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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