Html Css Color HEX #D98073 New York Pink

📋 copy color: '#D98073'

red 217 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #D98073

Tints of New York Pink #D98073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

 BLUE value IS 115 (45.31% from 255) = 25%

R = 47.17%
G = 27.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98073 (or 0xD98073) is known color: New York Pink. HEX triplet: D9, 80 and 73. RGB value is (217,128,115). Sum of RGB (Red+Green+Blue) = 217+128+115=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D98073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98073 is #267F8C. Grayscale: #999999. Windows color (decimal): -2523021 or 7569625. OLE color: 7569625.

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

Color convert

RGB 217 128 115 -
CMYK 0 0.41 0.47 0.15
HSL 7.65º 0.57% 0.65% -
HSV(B) 7.65º 0.47% 0.85% -
XYZ 39.43 31.43 20.21 -
YUV 153.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 217 128 115 0 0.41 0.47 0.15 7.65 0.57 0.65
Hex D9 80 73 0 29 2F F 8 39 41
Octal 331 200 163 0 51 57 17 10 71 101
Binary 11011001 10000000 1110011 0 101001 101111 1111 1000 111001 1000001

Color Harmonies of #D98073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98073

Black with #D98073

Text Example


Text Example

White with #D98073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98073; }

 p { color: rgb(217,128,115); }

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

background-color css

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

 a { background-color: rgb(217,128,115); }

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

border-color css

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

 span { border-color: rgb(217,128,115); }

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