Html Css Color HEX #D98474 New York Pink

📋 copy color: '#D98474'

red 217 ◦ green 132 ◦ blue 116

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

Shades of New York Pink #D98474

Tints of New York Pink #D98474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 46.67%
G = 28.39%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98474 (or 0xD98474) is known color: New York Pink. HEX triplet: D9, 84 and 74. RGB value is (217,132,116). Sum of RGB (Red+Green+Blue) = 217+132+116=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98474 is #267B8B. Grayscale: #9B9B9B. Windows color (decimal): -2521996 or 7636185. OLE color: 7636185.

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

Color convert

RGB 217 132 116 -
CMYK 0 0.39 0.47 0.15
HSL 9.5º 0.57% 0.65% -
HSV(B) 9.5º 0.47% 0.85% -
XYZ 40.02 32.52 20.69 -
YUV 155.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 217 132 116 0 0.39 0.47 0.15 9.5 0.57 0.65
Hex D9 84 74 0 27 2F F A 39 41
Octal 331 204 164 0 47 57 17 12 71 101
Binary 11011001 10000100 1110100 0 100111 101111 1111 1010 111001 1000001

Color Harmonies of #D98474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98474

Black with #D98474

Text Example


Text Example

White with #D98474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98474; }

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

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

background-color css

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

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

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

border-color css

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

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

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