Html Css Color HEX #D98A73 New York Pink

📋 copy color: '#D98A73'

red 217 ◦ green 138 ◦ blue 115

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

Shades of New York Pink #D98A73

Tints of New York Pink #D98A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

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

R = 46.17%
G = 29.36%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98A73 (or 0xD98A73) is known color: New York Pink. HEX triplet: D9, 8A and 73. RGB value is (217,138,115). Sum of RGB (Red+Green+Blue) = 217+138+115=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A73 is #26758C. Grayscale: #9F9F9F. Windows color (decimal): -2520461 or 7572185. OLE color: 7572185.

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

Color convert

RGB 217 138 115 -
CMYK 0 0.36 0.47 0.15
HSL 13.53º 0.57% 0.65% -
HSV(B) 13.53º 0.47% 0.85% -
XYZ 40.8 34.17 20.66 -
YUV 159 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 217 138 115 0 0.36 0.47 0.15 13.53 0.57 0.65
Hex D9 8A 73 0 24 2F F E 39 41
Octal 331 212 163 0 44 57 17 16 71 101
Binary 11011001 10001010 1110011 0 100100 101111 1111 1110 111001 1000001

Color Harmonies of #D98A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A73

Black with #D98A73

Text Example


Text Example

White with #D98A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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