Html Css Color HEX #D98770 New York Pink

📋 copy color: '#D98770'

red 217 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #D98770

Tints of New York Pink #D98770

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

 GREEN value IS 135 (53.13% from 255) = 29.09%

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

R = 46.77%
G = 29.09%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98770 (or 0xD98770) is known color: New York Pink. HEX triplet: D9, 87 and 70. RGB value is (217,135,112). Sum of RGB (Red+Green+Blue) = 217+135+112=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D98770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98770 is #26788F. Grayscale: #9D9D9D. Windows color (decimal): -2521232 or 7374809. OLE color: 7374809.

HSL color Cylindrical-coordinate representation of color #D98770: hue angle of 13.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D98770 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 135 112 -
CMYK 0 0.38 0.48 0.15
HSL 13.14º 0.58% 0.65% -
HSV(B) 13.14º 0.48% 0.85% -
XYZ 40.2 33.25 19.63 -
YUV 156.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 217 135 112 0 0.38 0.48 0.15 13.14 0.58 0.65
Hex D9 87 70 0 26 30 F D 3A 41
Octal 331 207 160 0 46 60 17 15 72 101
Binary 11011001 10000111 1110000 0 100110 110000 1111 1101 111010 1000001

Color Harmonies of #D98770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98770

Black with #D98770

Text Example


Text Example

White with #D98770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98770; }

 p { color: rgb(217,135,112); }

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

background-color css

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

 a { background-color: rgb(217,135,112); }

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

border-color css

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

 span { border-color: rgb(217,135,112); }

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