Html Css Color HEX #D8766A New York Pink

📋 copy color: '#D8766A'

red 216 ◦ green 118 ◦ blue 106

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

Shades of New York Pink #D8766A

Tints of New York Pink #D8766A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 49.09%
G = 26.82%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D8766A (or 0xD8766A) is known color: New York Pink. HEX triplet: D8, 76 and 6A. RGB value is (216,118,106). Sum of RGB (Red+Green+Blue) = 216+118+106=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766A is #278995. Grayscale: #929292. Windows color (decimal): -2591126 or 6977240. OLE color: 6977240.

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

Color convert

RGB 216 118 106 -
CMYK 0 0.45 0.51 0.15
HSL 6.55º 0.59% 0.63% -
HSV(B) 6.55º 0.51% 0.85% -
XYZ 37.4 28.6 17.18 -
YUV 145.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 216 118 106 0 0.45 0.51 0.15 6.55 0.59 0.63
Hex D8 76 6A 0 2D 33 F 7 3B 3F
Octal 330 166 152 0 55 63 17 7 73 77
Binary 11011000 1110110 1101010 0 101101 110011 1111 111 111011 111111

Color Harmonies of #D8766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8766A

Black with #D8766A

Text Example


Text Example

White with #D8766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8766A; }

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

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

background-color css

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

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

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

border-color css

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

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

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