Html Css Color HEX #DBA089 Tonys Pink

📋 copy color: '#DBA089'

red 219 ◦ green 160 ◦ blue 137

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

Shades of Tonys Pink #DBA089

Tints of Tonys Pink #DBA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.01%

 BLUE value IS 137 (53.91% from 255) = 26.55%

R = 42.44%
G = 31.01%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBA089 (or 0xDBA089) is known color: Tonys Pink. HEX triplet: DB, A0 and 89. RGB value is (219,160,137). Sum of RGB (Red+Green+Blue) = 219+160+137=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA089 is #245F76. Grayscale: #AFAFAF. Windows color (decimal): -2383735 or 9019611. OLE color: 9019611.

HSL color Cylindrical-coordinate representation of color #DBA089: hue angle of 16.83º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA089 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 137 -
CMYK 0 0.27 0.37 0.14
HSL 16.83º 0.53% 0.7% -
HSV(B) 16.83º 0.37% 0.86% -
XYZ 46.3 42.01 29.33 -
YUV 175.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 219 160 137 0 0.27 0.37 0.14 16.83 0.53 0.7
Hex DB A0 89 0 1B 25 E 11 35 46
Octal 333 240 211 0 33 45 16 21 65 106
Binary 11011011 10100000 10001001 0 11011 100101 1110 10001 110101 1000110

Color Harmonies of #DBA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA089

Black with #DBA089

Text Example


Text Example

White with #DBA089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA089; }

 p { color: rgb(219,160,137); }

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

background-color css

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

 a { background-color: rgb(219,160,137); }

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

border-color css

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

 span { border-color: rgb(219,160,137); }

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