Html Css Color HEX #D98478 New York Pink

📋 copy color: '#D98478'

red 217 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #D98478

Tints of New York Pink #D98478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.14%

 BLUE value IS 120 (47.27% from 255) = 25.59%

R = 46.27%
G = 28.14%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D98478 (or 0xD98478) is known color: New York Pink. HEX triplet: D9, 84 and 78. RGB value is (217,132,120). Sum of RGB (Red+Green+Blue) = 217+132+120=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D98478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98478 is #267B87. Grayscale: #9C9C9C. Windows color (decimal): -2521992 or 7898329. OLE color: 7898329.

HSL color Cylindrical-coordinate representation of color #D98478: hue angle of 7.42º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98478 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 132 120 -
CMYK 0 0.39 0.45 0.15
HSL 7.42º 0.56% 0.66% -
HSV(B) 7.42º 0.45% 0.85% -
XYZ 40.26 32.61 21.94 -
YUV 156.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 217 132 120 0 0.39 0.45 0.15 7.42 0.56 0.66
Hex D9 84 78 0 27 2D F 7 38 42
Octal 331 204 170 0 47 55 17 7 70 102
Binary 11011001 10000100 1111000 0 100111 101101 1111 111 111000 1000010

Color Harmonies of #D98478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98478

Black with #D98478

Text Example


Text Example

White with #D98478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98478; }

 p { color: rgb(217,132,120); }

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

background-color css

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

 a { background-color: rgb(217,132,120); }

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

border-color css

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

 span { border-color: rgb(217,132,120); }

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