Html Css Color HEX #D98370 New York Pink

📋 copy color: '#D98370'

red 217 ◦ green 131 ◦ blue 112

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

Shades of New York Pink #D98370

Tints of New York Pink #D98370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

 BLUE value IS 112 (44.14% from 255) = 24.35%

R = 47.17%
G = 28.48%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98370 (or 0xD98370) is known color: New York Pink. HEX triplet: D9, 83 and 70. RGB value is (217,131,112). Sum of RGB (Red+Green+Blue) = 217+131+112=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D98370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98370 is #267C8F. Grayscale: #9A9A9A. Windows color (decimal): -2522256 or 7373785. OLE color: 7373785.

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

Color convert

RGB 217 131 112 -
CMYK 0 0.40 0.48 0.15
HSL 10.86º 0.58% 0.65% -
HSV(B) 10.86º 0.48% 0.85% -
XYZ 39.66 32.15 19.45 -
YUV 154.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 217 131 112 0 0.40 0.48 0.15 10.86 0.58 0.65
Hex D9 83 70 0 28 30 F B 3A 41
Octal 331 203 160 0 50 60 17 13 72 101
Binary 11011001 10000011 1110000 0 101000 110000 1111 1011 111010 1000001

Color Harmonies of #D98370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98370

Black with #D98370

Text Example


Text Example

White with #D98370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98370; }

 p { color: rgb(217,131,112); }

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

background-color css

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

 a { background-color: rgb(217,131,112); }

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

border-color css

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

 span { border-color: rgb(217,131,112); }

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