Html Css Color HEX #D8766D New York Pink

📋 copy color: '#D8766D'

red 216 ◦ green 118 ◦ blue 109

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

Shades of New York Pink #D8766D

Tints of New York Pink #D8766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 48.76%
G = 26.64%
B = 24.6%

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

#D8766D (or 0xD8766D) is known color: New York Pink. HEX triplet: D8, 76 and 6D. RGB value is (216,118,109). Sum of RGB (Red+Green+Blue) = 216+118+109=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8766D is #278992. Grayscale: #929292. Windows color (decimal): -2591123 or 7173848. OLE color: 7173848.

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

Color convert

RGB 216 118 109 -
CMYK 0 0.45 0.50 0.15
HSL 5.05º 0.58% 0.64% -
HSV(B) 5.05º 0.5% 0.85% -
XYZ 37.56 28.66 18.02 -
YUV 146.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 216 118 109 0 0.45 0.50 0.15 5.05 0.58 0.64
Hex D8 76 6D 0 2D 32 F 5 3A 40
Octal 330 166 155 0 55 62 17 5 72 100
Binary 11011000 1110110 1101101 0 101101 110010 1111 101 111010 1000000

Color Harmonies of #D8766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8766D

Black with #D8766D

Text Example


Text Example

White with #D8766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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