Html Css Color HEX #DBA08B Tonys Pink

📋 copy color: '#DBA08B'

red 219 ◦ green 160 ◦ blue 139

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

Shades of Tonys Pink #DBA08B

Tints of Tonys Pink #DBA08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.83%

R = 42.28%
G = 30.89%
B = 26.83%

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

#DBA08B (or 0xDBA08B) is known color: Tonys Pink. HEX triplet: DB, A0 and 8B. RGB value is (219,160,139). Sum of RGB (Red+Green+Blue) = 219+160+139=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA08B is #245F74. Grayscale: #AFAFAF. Windows color (decimal): -2383733 or 9150683. OLE color: 9150683.

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

Color convert

RGB 219 160 139 -
CMYK 0 0.27 0.37 0.14
HSL 15.75º 0.53% 0.7% -
HSV(B) 15.75º 0.37% 0.86% -
XYZ 46.44 42.07 30.1 -
YUV 175.25 107.55 159.21 -
System Red Green Blue C M Y K H S L
Decimal 219 160 139 0 0.27 0.37 0.14 15.75 0.53 0.7
Hex DB A0 8B 0 1B 25 E 10 35 46
Octal 333 240 213 0 33 45 16 20 65 106
Binary 11011011 10100000 10001011 0 11011 100101 1110 10000 110101 1000110

Color Harmonies of #DBA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA08B

Black with #DBA08B

Text Example


Text Example

White with #DBA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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