Html Css Color HEX #DB8779 New York Pink

📋 copy color: '#DB8779'

red 219 ◦ green 135 ◦ blue 121

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

Shades of New York Pink #DB8779

Tints of New York Pink #DB8779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

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

R = 46.11%
G = 28.42%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB8779 (or 0xDB8779) is known color: New York Pink. HEX triplet: DB, 87 and 79. RGB value is (219,135,121). Sum of RGB (Red+Green+Blue) = 219+135+121=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8779 is #247886. Grayscale: #9E9E9E. Windows color (decimal): -2390151 or 7964635. OLE color: 7964635.

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

Color convert

RGB 219 135 121 -
CMYK 0 0.38 0.45 0.14
HSL 8.57º 0.58% 0.67% -
HSV(B) 8.57º 0.45% 0.86% -
XYZ 41.33 33.77 22.43 -
YUV 158.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 219 135 121 0 0.38 0.45 0.14 8.57 0.58 0.67
Hex DB 87 79 0 26 2D E 9 3A 43
Octal 333 207 171 0 46 55 16 11 72 103
Binary 11011011 10000111 1111001 0 100110 101101 1110 1001 111010 1000011

Color Harmonies of #DB8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8779

Black with #DB8779

Text Example


Text Example

White with #DB8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8779; }

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

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

background-color css

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

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

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

border-color css

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

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

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