#D98B75

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

Shades of New York Pink #D98B75

Tints of New York Pink #D98B75

Color information

#D98B75 (or 0xD98B75) is unknown color: approx New York Pink. HEX triplet: D9, 8B and 75. RGB value is (217,139,117). Sum of RGB (Red+Green+Blue) = 217+139+117=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98B75 is #26748A. Grayscale: #9F9F9F. Windows color (decimal): -2520203 or 7703513. OLE color: 7703513.

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

Color convert

RGB217139117-
CMYK00.360.460.15
HSL13.2º56.82%65.49%-
HSV(B)13.2º46.08%85.1%-
XYZ41.0634.521.33-
YUV159.81103.84168.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 139 (54.69% from 255) = 29.39%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=45.88%
G=29.39%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713911700.360.460.1513.256.8265.49
HexD98B750242EFd3941
Octal33121316504456171571101
Binary110110011000101111101010100100101110111111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98B75; }

 p { color: rgb(217,139,117); }

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

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

 a { background-color: rgb(217,139,117); }

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

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

 span { border-color: rgb(217,139,117); }

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