Html Css Color HEX #DB8373 New York Pink

📋 copy color: '#DB8373'

red 219 ◦ green 131 ◦ blue 115

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

Shades of New York Pink #DB8373

Tints of New York Pink #DB8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 47.1%
G = 28.17%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8373 (or 0xDB8373) is known color: New York Pink. HEX triplet: DB, 83 and 73. RGB value is (219,131,115). Sum of RGB (Red+Green+Blue) = 219+131+115=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8373 is #247C8C. Grayscale: #9B9B9B. Windows color (decimal): -2391181 or 7570395. OLE color: 7570395.

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

Color convert

RGB 219 131 115 -
CMYK 0 0.40 0.47 0.14
HSL 9.23º 0.59% 0.65% -
HSV(B) 9.23º 0.47% 0.86% -
XYZ 40.42 32.53 20.37 -
YUV 155.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 219 131 115 0 0.40 0.47 0.14 9.23 0.59 0.65
Hex DB 83 73 0 28 2F E 9 3B 41
Octal 333 203 163 0 50 57 16 11 73 101
Binary 11011011 10000011 1110011 0 101000 101111 1110 1001 111011 1000001

Color Harmonies of #DB8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8373

Black with #DB8373

Text Example


Text Example

White with #DB8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8373; }

 p { color: rgb(219,131,115); }

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

background-color css

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

 a { background-color: rgb(219,131,115); }

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

border-color css

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

 span { border-color: rgb(219,131,115); }

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