Html Css Color HEX #D98972 New York Pink

📋 copy color: '#D98972'

red 217 ◦ green 137 ◦ blue 114

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

Shades of New York Pink #D98972

Tints of New York Pink #D98972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 46.37%
G = 29.27%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98972 (or 0xD98972) is known color: New York Pink. HEX triplet: D9, 89 and 72. RGB value is (217,137,114). Sum of RGB (Red+Green+Blue) = 217+137+114=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D98972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98972 is #26768D. Grayscale: #9E9E9E. Windows color (decimal): -2520718 or 7506393. OLE color: 7506393.

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

Color convert

RGB 217 137 114 -
CMYK 0 0.37 0.47 0.15
HSL 13.4º 0.58% 0.65% -
HSV(B) 13.4º 0.47% 0.85% -
XYZ 40.6 33.86 20.32 -
YUV 158.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 217 137 114 0 0.37 0.47 0.15 13.4 0.58 0.65
Hex D9 89 72 0 25 2F F D 3A 41
Octal 331 211 162 0 45 57 17 15 72 101
Binary 11011001 10001001 1110010 0 100101 101111 1111 1101 111010 1000001

Color Harmonies of #D98972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98972

Black with #D98972

Text Example


Text Example

White with #D98972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98972; }

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

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

background-color css

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

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

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

border-color css

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

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

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