Html Css Color HEX #D88170 New York Pink

📋 copy color: '#D88170'

red 216 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #D88170

Tints of New York Pink #D88170

RGB

 RED value IS 216 (84.77% from 255) = 47.26%

 GREEN value IS 129 (50.78% from 255) = 28.23%

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 47.26%
G = 28.23%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88170 (or 0xD88170) is known color: New York Pink. HEX triplet: D8, 81 and 70. RGB value is (216,129,112). Sum of RGB (Red+Green+Blue) = 216+129+112=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88170 is #277E8F. Grayscale: #999999. Windows color (decimal): -2588304 or 7373272. OLE color: 7373272.

HSL color Cylindrical-coordinate representation of color #D88170: hue angle of 9.81º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D88170 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 112 -
CMYK 0 0.40 0.48 0.15
HSL 9.81º 0.57% 0.64% -
HSV(B) 9.81º 0.48% 0.85% -
XYZ 39.09 31.47 19.34 -
YUV 153.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 216 129 112 0 0.40 0.48 0.15 9.81 0.57 0.64
Hex D8 81 70 0 28 30 F A 39 40
Octal 330 201 160 0 50 60 17 12 71 100
Binary 11011000 10000001 1110000 0 101000 110000 1111 1010 111001 1000000

Color Harmonies of #D88170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88170

Black with #D88170

Text Example


Text Example

White with #D88170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88170; }

 p { color: rgb(216,129,112); }

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

background-color css

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

 a { background-color: rgb(216,129,112); }

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

border-color css

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

 span { border-color: rgb(216,129,112); }

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