Html Css Color HEX #D8766E New York Pink

📋 copy color: '#D8766E'

red 216 ◦ green 118 ◦ blue 110

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

Shades of New York Pink #D8766E

Tints of New York Pink #D8766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 48.65%
G = 26.58%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8766E (or 0xD8766E) is known color: New York Pink. HEX triplet: D8, 76 and 6E. RGB value is (216,118,110). Sum of RGB (Red+Green+Blue) = 216+118+110=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766E is #278991. Grayscale: #929292. Windows color (decimal): -2591122 or 7239384. OLE color: 7239384.

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

Color convert

RGB 216 118 110 -
CMYK 0 0.45 0.49 0.15
HSL 4.53º 0.58% 0.64% -
HSV(B) 4.53º 0.49% 0.85% -
XYZ 37.61 28.68 18.31 -
YUV 146.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 216 118 110 0 0.45 0.49 0.15 4.53 0.58 0.64
Hex D8 76 6E 0 2D 31 F 5 3A 40
Octal 330 166 156 0 55 61 17 5 72 100
Binary 11011000 1110110 1101110 0 101101 110001 1111 101 111010 1000000

Color Harmonies of #D8766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8766E

Black with #D8766E

Text Example


Text Example

White with #D8766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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