Html Css Color HEX #DB8A71 New York Pink

📋 copy color: '#DB8A71'

red 219 ◦ green 138 ◦ blue 113

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

Shades of New York Pink #DB8A71

Tints of New York Pink #DB8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 46.6%
G = 29.36%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8A71 (or 0xDB8A71) is known color: New York Pink. HEX triplet: DB, 8A and 71. RGB value is (219,138,113). Sum of RGB (Red+Green+Blue) = 219+138+113=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8A71 is #24758E. Grayscale: #9F9F9F. Windows color (decimal): -2389391 or 7441115. OLE color: 7441115.

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

Color convert

RGB 219 138 113 -
CMYK 0 0.37 0.48 0.14
HSL 14.15º 0.6% 0.65% -
HSV(B) 14.15º 0.48% 0.86% -
XYZ 41.28 34.43 20.09 -
YUV 159.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 219 138 113 0 0.37 0.48 0.14 14.15 0.6 0.65
Hex DB 8A 71 0 25 30 E E 3C 41
Octal 333 212 161 0 45 60 16 16 74 101
Binary 11011011 10001010 1110001 0 100101 110000 1110 1110 111100 1000001

Color Harmonies of #DB8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A71

Black with #DB8A71

Text Example


Text Example

White with #DB8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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