Html Css Color HEX #DB8973 New York Pink

📋 copy color: '#DB8973'

red 219 ◦ green 137 ◦ blue 115

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

Shades of New York Pink #DB8973

Tints of New York Pink #DB8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.09%

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

R = 46.5%
G = 29.09%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8973 (or 0xDB8973) is known color: New York Pink. HEX triplet: DB, 89 and 73. RGB value is (219,137,115). Sum of RGB (Red+Green+Blue) = 219+137+115=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8973 is #24768C. Grayscale: #9F9F9F. Windows color (decimal): -2389645 or 7571931. OLE color: 7571931.

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

Color convert

RGB 219 137 115 -
CMYK 0 0.37 0.47 0.14
HSL 12.69º 0.59% 0.65% -
HSV(B) 12.69º 0.47% 0.86% -
XYZ 41.25 34.19 20.64 -
YUV 159.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 219 137 115 0 0.37 0.47 0.14 12.69 0.59 0.65
Hex DB 89 73 0 25 2F E D 3B 41
Octal 333 211 163 0 45 57 16 15 73 101
Binary 11011011 10001001 1110011 0 100101 101111 1110 1101 111011 1000001

Color Harmonies of #DB8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8973

Black with #DB8973

Text Example


Text Example

White with #DB8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8973; }

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

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

background-color css

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

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

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

border-color css

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

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

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