#D98A72

Color #D98A72 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D98A72

Tints of New York Pink #D98A72

Color information

#D98A72 (or 0xD98A72) is unknown color: approx New York Pink. HEX triplet: D9, 8A and 72. RGB value is (217,138,114). Sum of RGB (Red+Green+Blue) = 217+138+114=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98A72 is #26758D. Grayscale: #9F9F9F. Windows color (decimal): -2520462 or 7506649. OLE color: 7506649.

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

Color convert

RGB217138114-
CMYK00.360.470.15
HSL13.98º57.54%64.9%-
HSV(B)13.98º47.47%85.1%-
XYZ40.7434.1420.36-
YUV158.89102.67169.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.27%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=46.27%
G=29.42%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713811400.360.470.1513.9857.5464.9
HexD98A720242FFe3a41
Octal33121216204457171672101
Binary110110011000101011100100100100101111111111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A72; }

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

 H1.HeaderClassName
 {
   color: #D98A72;
 }
 .AnyTagClassName
 {
   color: #D98A72;
 }
</style>
background-color css

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

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

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

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

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

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