Html Css Color HEX #D88570 New York Pink

📋 copy color: '#D88570'

red 216 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #D88570

Tints of New York Pink #D88570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 46.85%
G = 28.85%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88570 (or 0xD88570) is known color: New York Pink. HEX triplet: D8, 85 and 70. RGB value is (216,133,112). Sum of RGB (Red+Green+Blue) = 216+133+112=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D88570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88570 is #277A8F. Grayscale: #9B9B9B. Windows color (decimal): -2587280 or 7374296. OLE color: 7374296.

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

Color convert

RGB 216 133 112 -
CMYK 0 0.38 0.48 0.15
HSL 12.12º 0.57% 0.64% -
HSV(B) 12.12º 0.48% 0.85% -
XYZ 39.63 32.54 19.52 -
YUV 155.42 103.5 171.21 -
System Red Green Blue C M Y K H S L
Decimal 216 133 112 0 0.38 0.48 0.15 12.12 0.57 0.64
Hex D8 85 70 0 26 30 F C 39 40
Octal 330 205 160 0 46 60 17 14 71 100
Binary 11011000 10000101 1110000 0 100110 110000 1111 1100 111001 1000000

Color Harmonies of #D88570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88570

Black with #D88570

Text Example


Text Example

White with #D88570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88570; }

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

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

background-color css

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

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

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

border-color css

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

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

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