Html Css Color HEX #D88174 New York Pink

📋 copy color: '#D88174'

red 216 ◦ green 129 ◦ blue 116

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

Shades of New York Pink #D88174

Tints of New York Pink #D88174

RGB

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

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

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

R = 46.85%
G = 27.98%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D88174 (or 0xD88174) is known color: New York Pink. HEX triplet: D8, 81 and 74. RGB value is (216,129,116). Sum of RGB (Red+Green+Blue) = 216+129+116=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D88174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88174 is #277E8B. Grayscale: #999999. Windows color (decimal): -2588300 or 7635416. OLE color: 7635416.

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

Color convert

RGB 216 129 116 -
CMYK 0 0.40 0.46 0.15
HSL 7.8º 0.56% 0.65% -
HSV(B) 7.8º 0.46% 0.85% -
XYZ 39.32 31.56 20.54 -
YUV 153.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 216 129 116 0 0.40 0.46 0.15 7.8 0.56 0.65
Hex D8 81 74 0 28 2E F 8 38 41
Octal 330 201 164 0 50 56 17 10 70 101
Binary 11011000 10000001 1110100 0 101000 101110 1111 1000 111000 1000001

Color Harmonies of #D88174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88174

Black with #D88174

Text Example


Text Example

White with #D88174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88174; }

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

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

background-color css

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

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

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

border-color css

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

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

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