Html Css Color HEX #DB8872 New York Pink

📋 copy color: '#DB8872'

red 219 ◦ green 136 ◦ blue 114

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

Shades of New York Pink #DB8872

Tints of New York Pink #DB8872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 46.7%
G = 29%
B = 24.31%

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

#DB8872 (or 0xDB8872) is known color: New York Pink. HEX triplet: DB, 88 and 72. RGB value is (219,136,114). Sum of RGB (Red+Green+Blue) = 219+136+114=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8872 is #24778D. Grayscale: #9E9E9E. Windows color (decimal): -2389902 or 7506139. OLE color: 7506139.

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

Color convert

RGB 219 136 114 -
CMYK 0 0.38 0.48 0.14
HSL 12.57º 0.59% 0.65% -
HSV(B) 12.57º 0.48% 0.86% -
XYZ 41.05 33.88 20.3 -
YUV 158.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 219 136 114 0 0.38 0.48 0.14 12.57 0.59 0.65
Hex DB 88 72 0 26 30 E D 3B 41
Octal 333 210 162 0 46 60 16 15 73 101
Binary 11011011 10001000 1110010 0 100110 110000 1110 1101 111011 1000001

Color Harmonies of #DB8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8872

Black with #DB8872

Text Example


Text Example

White with #DB8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8872; }

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

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

background-color css

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

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

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

border-color css

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

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

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