Html Css Color HEX #D8766C New York Pink

📋 copy color: '#D8766C'

red 216 ◦ green 118 ◦ blue 108

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

Shades of New York Pink #D8766C

Tints of New York Pink #D8766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

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

R = 48.87%
G = 26.7%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8766C (or 0xD8766C) is known color: New York Pink. HEX triplet: D8, 76 and 6C. RGB value is (216,118,108). Sum of RGB (Red+Green+Blue) = 216+118+108=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766C is #278993. Grayscale: #929292. Windows color (decimal): -2591124 or 7108312. OLE color: 7108312.

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

Color convert

RGB 216 118 108 -
CMYK 0 0.45 0.50 0.15
HSL 5.56º 0.58% 0.64% -
HSV(B) 5.56º 0.5% 0.85% -
XYZ 37.5 28.64 17.74 -
YUV 146.16 106.47 177.81 -
System Red Green Blue C M Y K H S L
Decimal 216 118 108 0 0.45 0.50 0.15 5.56 0.58 0.64
Hex D8 76 6C 0 2D 32 F 6 3A 40
Octal 330 166 154 0 55 62 17 6 72 100
Binary 11011000 1110110 1101100 0 101101 110010 1111 110 111010 1000000

Color Harmonies of #D8766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8766C

Black with #D8766C

Text Example


Text Example

White with #D8766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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