Html Css Color HEX #DB8270 New York Pink

📋 copy color: '#DB8270'

red 219 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #DB8270

Tints of New York Pink #DB8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

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

R = 47.51%
G = 28.2%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB8270 (or 0xDB8270) is known color: New York Pink. HEX triplet: DB, 82 and 70. RGB value is (219,130,112). Sum of RGB (Red+Green+Blue) = 219+130+112=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8270 is #247D8F. Grayscale: #9A9A9A. Windows color (decimal): -2391440 or 7373531. OLE color: 7373531.

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

Color convert

RGB 219 130 112 -
CMYK 0 0.41 0.49 0.14
HSL 10.09º 0.6% 0.65% -
HSV(B) 10.09º 0.49% 0.86% -
XYZ 40.12 32.2 19.43 -
YUV 154.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 219 130 112 0 0.41 0.49 0.14 10.09 0.6 0.65
Hex DB 82 70 0 29 31 E A 3C 41
Octal 333 202 160 0 51 61 16 12 74 101
Binary 11011011 10000010 1110000 0 101001 110001 1110 1010 111100 1000001

Color Harmonies of #DB8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8270

Black with #DB8270

Text Example


Text Example

White with #DB8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8270; }

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

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

background-color css

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

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

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

border-color css

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

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

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