Html Css Color HEX #D98971 New York Pink

📋 copy color: '#D98971'

red 217 ◦ green 137 ◦ blue 113

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

Shades of New York Pink #D98971

Tints of New York Pink #D98971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 46.47%
G = 29.34%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98971 (or 0xD98971) is known color: New York Pink. HEX triplet: D9, 89 and 71. RGB value is (217,137,113). Sum of RGB (Red+Green+Blue) = 217+137+113=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D98971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98971 is #26768E. Grayscale: #9E9E9E. Windows color (decimal): -2520719 or 7440857. OLE color: 7440857.

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

Color convert

RGB 217 137 113 -
CMYK 0 0.37 0.48 0.15
HSL 13.85º 0.58% 0.65% -
HSV(B) 13.85º 0.48% 0.85% -
XYZ 40.54 33.84 20.02 -
YUV 158.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 217 137 113 0 0.37 0.48 0.15 13.85 0.58 0.65
Hex D9 89 71 0 25 30 F E 3A 41
Octal 331 211 161 0 45 60 17 16 72 101
Binary 11011001 10001001 1110001 0 100101 110000 1111 1110 111010 1000001

Color Harmonies of #D98971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98971

Black with #D98971

Text Example


Text Example

White with #D98971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98971; }

 p { color: rgb(217,137,113); }

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

background-color css

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

 a { background-color: rgb(217,137,113); }

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

border-color css

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

 span { border-color: rgb(217,137,113); }

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