Html Css Color HEX #D98872 New York Pink

📋 copy color: '#D98872'

red 217 ◦ green 136 ◦ blue 114

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

Shades of New York Pink #D98872

Tints of New York Pink #D98872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

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

R = 46.47%
G = 29.12%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D98872 (or 0xD98872) is known color: New York Pink. HEX triplet: D9, 88 and 72. RGB value is (217,136,114). Sum of RGB (Red+Green+Blue) = 217+136+114=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D98872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98872 is #26778D. Grayscale: #9D9D9D. Windows color (decimal): -2520974 or 7506137. OLE color: 7506137.

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

Color convert

RGB 217 136 114 -
CMYK 0 0.37 0.47 0.15
HSL 12.82º 0.58% 0.65% -
HSV(B) 12.82º 0.47% 0.85% -
XYZ 40.46 33.57 20.27 -
YUV 157.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 217 136 114 0 0.37 0.47 0.15 12.82 0.58 0.65
Hex D9 88 72 0 25 2F F D 3A 41
Octal 331 210 162 0 45 57 17 15 72 101
Binary 11011001 10001000 1110010 0 100101 101111 1111 1101 111010 1000001

Color Harmonies of #D98872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98872

Black with #D98872

Text Example


Text Example

White with #D98872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98872; }

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

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

background-color css

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

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

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

border-color css

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

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

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