Html Css Color HEX #D8786C New York Pink

📋 copy color: '#D8786C'

red 216 ◦ green 120 ◦ blue 108

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

Shades of New York Pink #D8786C

Tints of New York Pink #D8786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.03%

 BLUE value IS 108 (42.58% from 255) = 24.32%

R = 48.65%
G = 27.03%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8786C (or 0xD8786C) is known color: New York Pink. HEX triplet: D8, 78 and 6C. RGB value is (216,120,108). Sum of RGB (Red+Green+Blue) = 216+120+108=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8786C is #278793. Grayscale: #939393. Windows color (decimal): -2590612 or 7108824. OLE color: 7108824.

HSL color Cylindrical-coordinate representation of color #D8786C: hue angle of 6.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8786C is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 108 -
CMYK 0 0.44 0.50 0.15
HSL 6.67º 0.58% 0.64% -
HSV(B) 6.67º 0.5% 0.85% -
XYZ 37.74 29.11 17.82 -
YUV 147.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 216 120 108 0 0.44 0.50 0.15 6.67 0.58 0.64
Hex D8 78 6C 0 2C 32 F 7 3A 40
Octal 330 170 154 0 54 62 17 7 72 100
Binary 11011000 1111000 1101100 0 101100 110010 1111 111 111010 1000000

Color Harmonies of #D8786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8786C

Black with #D8786C

Text Example


Text Example

White with #D8786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8786C; }

 p { color: rgb(216,120,108); }

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

background-color css

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

 a { background-color: rgb(216,120,108); }

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

border-color css

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

 span { border-color: rgb(216,120,108); }

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