Html Css Color HEX #DB8C77 New York Pink

📋 copy color: '#DB8C77'

red 219 ◦ green 140 ◦ blue 119

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

Shades of New York Pink #DB8C77

Tints of New York Pink #DB8C77

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

 BLUE value IS 119 (46.88% from 255) = 24.9%

R = 45.82%
G = 29.29%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB8C77 (or 0xDB8C77) is known color: New York Pink. HEX triplet: DB, 8C and 77. RGB value is (219,140,119). Sum of RGB (Red+Green+Blue) = 219+140+119=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C77 is #247388. Grayscale: #A1A1A1. Windows color (decimal): -2388873 or 7834843. OLE color: 7834843.

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

Color convert

RGB 219 140 119 -
CMYK 0 0.36 0.46 0.14
HSL 12.6º 0.58% 0.66% -
HSV(B) 12.6º 0.46% 0.86% -
XYZ 41.92 35.15 22.03 -
YUV 161.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 219 140 119 0 0.36 0.46 0.14 12.6 0.58 0.66
Hex DB 8C 77 0 24 2E E D 3A 42
Octal 333 214 167 0 44 56 16 15 72 102
Binary 11011011 10001100 1110111 0 100100 101110 1110 1101 111010 1000010

Color Harmonies of #DB8C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C77

Black with #DB8C77

Text Example


Text Example

White with #DB8C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C77; }

 p { color: rgb(219,140,119); }

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

background-color css

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

 a { background-color: rgb(219,140,119); }

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

border-color css

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

 span { border-color: rgb(219,140,119); }

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