Html Css Color HEX #D98170 New York Pink

📋 copy color: '#D98170'

red 217 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #D98170

Tints of New York Pink #D98170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

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

R = 47.38%
G = 28.17%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98170 (or 0xD98170) is known color: New York Pink. HEX triplet: D9, 81 and 70. RGB value is (217,129,112). Sum of RGB (Red+Green+Blue) = 217+129+112=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D98170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98170 is #267E8F. Grayscale: #999999. Windows color (decimal): -2522768 or 7373273. OLE color: 7373273.

HSL color Cylindrical-coordinate representation of color #D98170: hue angle of 9.71º 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 #D98170 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 129 112 -
CMYK 0 0.41 0.48 0.15
HSL 9.71º 0.58% 0.65% -
HSV(B) 9.71º 0.48% 0.85% -
XYZ 39.39 31.62 19.36 -
YUV 153.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 217 129 112 0 0.41 0.48 0.15 9.71 0.58 0.65
Hex D9 81 70 0 29 30 F A 3A 41
Octal 331 201 160 0 51 60 17 12 72 101
Binary 11011001 10000001 1110000 0 101001 110000 1111 1010 111010 1000001

Color Harmonies of #D98170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98170

Black with #D98170

Text Example


Text Example

White with #D98170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98170; }

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

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

background-color css

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

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

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

border-color css

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

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

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