Html Css Color HEX #DBA18A Tonys Pink

📋 copy color: '#DBA18A'

red 219 ◦ green 161 ◦ blue 138

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

Shades of Tonys Pink #DBA18A

Tints of Tonys Pink #DBA18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 42.28%
G = 31.08%
B = 26.64%

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

#DBA18A (or 0xDBA18A) is known color: Tonys Pink. HEX triplet: DB, A1 and 8A. RGB value is (219,161,138). Sum of RGB (Red+Green+Blue) = 219+161+138=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA18A is #245E75. Grayscale: #AFAFAF. Windows color (decimal): -2383478 or 9085403. OLE color: 9085403.

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

Color convert

RGB 219 161 138 -
CMYK 0 0.26 0.37 0.14
HSL 17.04º 0.53% 0.7% -
HSV(B) 17.04º 0.37% 0.86% -
XYZ 46.55 42.38 29.77 -
YUV 175.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 219 161 138 0 0.26 0.37 0.14 17.04 0.53 0.7
Hex DB A1 8A 0 1A 25 E 11 35 46
Octal 333 241 212 0 32 45 16 21 65 106
Binary 11011011 10100001 10001010 0 11010 100101 1110 10001 110101 1000110

Color Harmonies of #DBA18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA18A

Black with #DBA18A

Text Example


Text Example

White with #DBA18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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