Html Css Color HEX #DBA18B Tonys Pink

📋 copy color: '#DBA18B'

red 219 ◦ green 161 ◦ blue 139

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

Shades of Tonys Pink #DBA18B

Tints of Tonys Pink #DBA18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

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

R = 42.2%
G = 31.02%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DBA18B (or 0xDBA18B) is known color: Tonys Pink. HEX triplet: DB, A1 and 8B. RGB value is (219,161,139). Sum of RGB (Red+Green+Blue) = 219+161+139=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA18B is #245E74. Grayscale: #AFAFAF. Windows color (decimal): -2383477 or 9150939. OLE color: 9150939.

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

Color convert

RGB 219 161 139 -
CMYK 0 0.26 0.37 0.14
HSL 16.5º 0.53% 0.7% -
HSV(B) 16.5º 0.37% 0.86% -
XYZ 46.62 42.41 30.16 -
YUV 175.83 107.22 158.79 -
System Red Green Blue C M Y K H S L
Decimal 219 161 139 0 0.26 0.37 0.14 16.5 0.53 0.7
Hex DB A1 8B 0 1A 25 E 10 35 46
Octal 333 241 213 0 32 45 16 20 65 106
Binary 11011011 10100001 10001011 0 11010 100101 1110 10000 110101 1000110

Color Harmonies of #DBA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA18B

Black with #DBA18B

Text Example


Text Example

White with #DBA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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