Html Css Color HEX #DB8874 New York Pink

📋 copy color: '#DB8874'

red 219 ◦ green 136 ◦ blue 116

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

Shades of New York Pink #DB8874

Tints of New York Pink #DB8874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 46.5%
G = 28.87%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8874 (or 0xDB8874) is known color: New York Pink. HEX triplet: DB, 88 and 74. RGB value is (219,136,116). Sum of RGB (Red+Green+Blue) = 219+136+116=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8874 is #24778B. Grayscale: #9E9E9E. Windows color (decimal): -2389900 or 7637211. OLE color: 7637211.

HSL color Cylindrical-coordinate representation of color #DB8874: hue angle of 11.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8874 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 116 -
CMYK 0 0.38 0.47 0.14
HSL 11.65º 0.59% 0.66% -
HSV(B) 11.65º 0.47% 0.86% -
XYZ 41.17 33.93 20.9 -
YUV 158.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 219 136 116 0 0.38 0.47 0.14 11.65 0.59 0.66
Hex DB 88 74 0 26 2F E C 3B 42
Octal 333 210 164 0 46 57 16 14 73 102
Binary 11011011 10001000 1110100 0 100110 101111 1110 1100 111011 1000010

Color Harmonies of #DB8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8874

Black with #DB8874

Text Example


Text Example

White with #DB8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8874; }

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

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

background-color css

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

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

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

border-color css

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

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

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