Html Css Color HEX #D98672 New York Pink

📋 copy color: '#D98672'

red 217 ◦ green 134 ◦ blue 114

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

Shades of New York Pink #D98672

Tints of New York Pink #D98672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.82%

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 46.67%
G = 28.82%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98672 (or 0xD98672) is known color: New York Pink. HEX triplet: D9, 86 and 72. RGB value is (217,134,114). Sum of RGB (Red+Green+Blue) = 217+134+114=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98672 is #26798D. Grayscale: #9C9C9C. Windows color (decimal): -2521486 or 7505625. OLE color: 7505625.

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

Color convert

RGB 217 134 114 -
CMYK 0 0.38 0.47 0.15
HSL 11.65º 0.58% 0.65% -
HSV(B) 11.65º 0.47% 0.85% -
XYZ 40.18 33.02 20.17 -
YUV 156.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 217 134 114 0 0.38 0.47 0.15 11.65 0.58 0.65
Hex D9 86 72 0 26 2F F C 3A 41
Octal 331 206 162 0 46 57 17 14 72 101
Binary 11011001 10000110 1110010 0 100110 101111 1111 1100 111010 1000001

Color Harmonies of #D98672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98672

Black with #D98672

Text Example


Text Example

White with #D98672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98672; }

 p { color: rgb(217,134,114); }

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

background-color css

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

 a { background-color: rgb(217,134,114); }

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

border-color css

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

 span { border-color: rgb(217,134,114); }

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