Html Css Color HEX #DB8970 New York Pink

📋 copy color: '#DB8970'

red 219 ◦ green 137 ◦ blue 112

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

Shades of New York Pink #DB8970

Tints of New York Pink #DB8970

RGB

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

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

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

R = 46.79%
G = 29.27%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB8970 (or 0xDB8970) is known color: New York Pink. HEX triplet: DB, 89 and 70. RGB value is (219,137,112). Sum of RGB (Red+Green+Blue) = 219+137+112=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8970 is #24768F. Grayscale: #9E9E9E. Windows color (decimal): -2389648 or 7375323. OLE color: 7375323.

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

Color convert

RGB 219 137 112 -
CMYK 0 0.37 0.49 0.14
HSL 14.02º 0.6% 0.65% -
HSV(B) 14.02º 0.49% 0.86% -
XYZ 41.08 34.12 19.75 -
YUV 158.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 219 137 112 0 0.37 0.49 0.14 14.02 0.6 0.65
Hex DB 89 70 0 25 31 E E 3C 41
Octal 333 211 160 0 45 61 16 16 74 101
Binary 11011011 10001001 1110000 0 100101 110001 1110 1110 111100 1000001

Color Harmonies of #DB8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8970

Black with #DB8970

Text Example


Text Example

White with #DB8970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8970; }

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

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

background-color css

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

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

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

border-color css

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

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

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