Html Css Color HEX #DB8473 New York Pink

📋 copy color: '#DB8473'

red 219 ◦ green 132 ◦ blue 115

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

Shades of New York Pink #DB8473

Tints of New York Pink #DB8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 47%
G = 28.33%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8473 (or 0xDB8473) is known color: New York Pink. HEX triplet: DB, 84 and 73. RGB value is (219,132,115). Sum of RGB (Red+Green+Blue) = 219+132+115=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8473 is #247B8C. Grayscale: #9C9C9C. Windows color (decimal): -2390925 or 7570651. OLE color: 7570651.

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

Color convert

RGB 219 132 115 -
CMYK 0 0.40 0.47 0.14
HSL 9.81º 0.59% 0.65% -
HSV(B) 9.81º 0.47% 0.86% -
XYZ 40.56 32.8 20.41 -
YUV 156.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 219 132 115 0 0.40 0.47 0.14 9.81 0.59 0.65
Hex DB 84 73 0 28 2F E A 3B 41
Octal 333 204 163 0 50 57 16 12 73 101
Binary 11011011 10000100 1110011 0 101000 101111 1110 1010 111011 1000001

Color Harmonies of #DB8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8473

Black with #DB8473

Text Example


Text Example

White with #DB8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8473; }

 p { color: rgb(219,132,115); }

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

background-color css

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

 a { background-color: rgb(219,132,115); }

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

border-color css

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

 span { border-color: rgb(219,132,115); }

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