Html Css Color HEX #DB8670 New York Pink

📋 copy color: '#DB8670'

red 219 ◦ green 134 ◦ blue 112

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

Shades of New York Pink #DB8670

Tints of New York Pink #DB8670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.82%

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 47.1%
G = 28.82%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB8670 (or 0xDB8670) is known color: New York Pink. HEX triplet: DB, 86 and 70. RGB value is (219,134,112). Sum of RGB (Red+Green+Blue) = 219+134+112=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8670 is #24798F. Grayscale: #9D9D9D. Windows color (decimal): -2390416 or 7374555. OLE color: 7374555.

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

Color convert

RGB 219 134 112 -
CMYK 0 0.39 0.49 0.14
HSL 12.34º 0.6% 0.65% -
HSV(B) 12.34º 0.49% 0.86% -
XYZ 40.66 33.28 19.61 -
YUV 156.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 219 134 112 0 0.39 0.49 0.14 12.34 0.6 0.65
Hex DB 86 70 0 27 31 E C 3C 41
Octal 333 206 160 0 47 61 16 14 74 101
Binary 11011011 10000110 1110000 0 100111 110001 1110 1100 111100 1000001

Color Harmonies of #DB8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8670

Black with #DB8670

Text Example


Text Example

White with #DB8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8670; }

 p { color: rgb(219,134,112); }

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

background-color css

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

 a { background-color: rgb(219,134,112); }

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

border-color css

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

 span { border-color: rgb(219,134,112); }

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