Html Css Color HEX #DB8272 New York Pink

📋 copy color: '#DB8272'

red 219 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #DB8272

Tints of New York Pink #DB8272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.62%

R = 47.3%
G = 28.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8272 (or 0xDB8272) is known color: New York Pink. HEX triplet: DB, 82 and 72. RGB value is (219,130,114). Sum of RGB (Red+Green+Blue) = 219+130+114=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8272 is #247D8D. Grayscale: #9A9A9A. Windows color (decimal): -2391438 or 7504603. OLE color: 7504603.

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

Color convert

RGB 219 130 114 -
CMYK 0 0.41 0.48 0.14
HSL 9.14º 0.59% 0.65% -
HSV(B) 9.14º 0.48% 0.86% -
XYZ 40.23 32.24 20.02 -
YUV 154.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 219 130 114 0 0.41 0.48 0.14 9.14 0.59 0.65
Hex DB 82 72 0 29 30 E 9 3B 41
Octal 333 202 162 0 51 60 16 11 73 101
Binary 11011011 10000010 1110010 0 101001 110000 1110 1001 111011 1000001

Color Harmonies of #DB8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8272

Black with #DB8272

Text Example


Text Example

White with #DB8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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