Html Css Color HEX #DB8971 New York Pink

📋 copy color: '#DB8971'

red 219 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #DB8971

Tints of New York Pink #DB8971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.21%

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

R = 46.7%
G = 29.21%
B = 24.09%

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

#DB8971 (or 0xDB8971) is known color: New York Pink. HEX triplet: DB, 89 and 71. RGB value is (219,137,113). Sum of RGB (Red+Green+Blue) = 219+137+113=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8971 is #24768E. Grayscale: #9E9E9E. Windows color (decimal): -2389647 or 7440859. OLE color: 7440859.

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

Color convert

RGB 219 137 113 -
CMYK 0 0.37 0.48 0.14
HSL 13.58º 0.6% 0.65% -
HSV(B) 13.58º 0.48% 0.86% -
XYZ 41.14 34.14 20.04 -
YUV 158.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 219 137 113 0 0.37 0.48 0.14 13.58 0.6 0.65
Hex DB 89 71 0 25 30 E E 3C 41
Octal 333 211 161 0 45 60 16 16 74 101
Binary 11011011 10001001 1110001 0 100101 110000 1110 1110 111100 1000001

Color Harmonies of #DB8971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8971

Black with #DB8971

Text Example


Text Example

White with #DB8971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8971; }

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

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

background-color css

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

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

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

border-color css

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

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

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