Html Css Color HEX #DB8871 New York Pink

📋 copy color: '#DB8871'

red 219 ◦ green 136 ◦ blue 113

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

Shades of New York Pink #DB8871

Tints of New York Pink #DB8871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.06%

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

R = 46.79%
G = 29.06%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8871 (or 0xDB8871) is known color: New York Pink. HEX triplet: DB, 88 and 71. RGB value is (219,136,113). Sum of RGB (Red+Green+Blue) = 219+136+113=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8871 is #24778E. Grayscale: #9E9E9E. Windows color (decimal): -2389903 or 7440603. OLE color: 7440603.

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

Color convert

RGB 219 136 113 -
CMYK 0 0.38 0.48 0.14
HSL 13.02º 0.6% 0.65% -
HSV(B) 13.02º 0.48% 0.86% -
XYZ 41 33.86 20 -
YUV 158.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 219 136 113 0 0.38 0.48 0.14 13.02 0.6 0.65
Hex DB 88 71 0 26 30 E D 3C 41
Octal 333 210 161 0 46 60 16 15 74 101
Binary 11011011 10001000 1110001 0 100110 110000 1110 1101 111100 1000001

Color Harmonies of #DB8871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8871

Black with #DB8871

Text Example


Text Example

White with #DB8871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8871; }

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

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

background-color css

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

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

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

border-color css

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

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

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