Html Css Color HEX #D98274 New York Pink

📋 copy color: '#D98274'

red 217 ◦ green 130 ◦ blue 116

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

Shades of New York Pink #D98274

Tints of New York Pink #D98274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.08%

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

R = 46.87%
G = 28.08%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98274 (or 0xD98274) is known color: New York Pink. HEX triplet: D9, 82 and 74. RGB value is (217,130,116). Sum of RGB (Red+Green+Blue) = 217+130+116=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98274 is #267D8B. Grayscale: #9A9A9A. Windows color (decimal): -2522508 or 7635673. OLE color: 7635673.

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

Color convert

RGB 217 130 116 -
CMYK 0 0.40 0.47 0.15
HSL 8.32º 0.57% 0.65% -
HSV(B) 8.32º 0.47% 0.85% -
XYZ 39.75 31.98 20.6 -
YUV 154.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 217 130 116 0 0.40 0.47 0.15 8.32 0.57 0.65
Hex D9 82 74 0 28 2F F 8 39 41
Octal 331 202 164 0 50 57 17 10 71 101
Binary 11011001 10000010 1110100 0 101000 101111 1111 1000 111001 1000001

Color Harmonies of #D98274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98274

Black with #D98274

Text Example


Text Example

White with #D98274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98274; }

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

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

background-color css

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

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

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

border-color css

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

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

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