Html Css Color HEX #DB8479 New York Pink

📋 copy color: '#DB8479'

red 219 ◦ green 132 ◦ blue 121

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

Shades of New York Pink #DB8479

Tints of New York Pink #DB8479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 46.4%
G = 27.97%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8479 (or 0xDB8479) is known color: New York Pink. HEX triplet: DB, 84 and 79. RGB value is (219,132,121). Sum of RGB (Red+Green+Blue) = 219+132+121=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8479 is #247B86. Grayscale: #9C9C9C. Windows color (decimal): -2390919 or 7963867. OLE color: 7963867.

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

Color convert

RGB 219 132 121 -
CMYK 0 0.40 0.45 0.14
HSL 6.73º 0.58% 0.67% -
HSV(B) 6.73º 0.45% 0.86% -
XYZ 40.92 32.94 22.29 -
YUV 156.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 219 132 121 0 0.40 0.45 0.14 6.73 0.58 0.67
Hex DB 84 79 0 28 2D E 7 3A 43
Octal 333 204 171 0 50 55 16 7 72 103
Binary 11011011 10000100 1111001 0 101000 101101 1110 111 111010 1000011

Color Harmonies of #DB8479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8479

Black with #DB8479

Text Example


Text Example

White with #DB8479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8479; }

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

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

background-color css

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

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

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

border-color css

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

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

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