Html Css Color HEX #D9766D New York Pink

📋 copy color: '#D9766D'

red 217 ◦ green 118 ◦ blue 109

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

Shades of New York Pink #D9766D

Tints of New York Pink #D9766D

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

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

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

R = 48.87%
G = 26.58%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9766D (or 0xD9766D) is known color: New York Pink. HEX triplet: D9, 76 and 6D. RGB value is (217,118,109). Sum of RGB (Red+Green+Blue) = 217+118+109=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9766D is #268992. Grayscale: #929292. Windows color (decimal): -2525587 or 7173849. OLE color: 7173849.

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

Color convert

RGB 217 118 109 -
CMYK 0 0.46 0.50 0.15
HSL 0.59% 0.64% -
HSV(B) 0.5% 0.85% -
XYZ 37.85 28.81 18.03 -
YUV 146.58 106.8 178.23 -
System Red Green Blue C M Y K H S L
Decimal 217 118 109 0 0.46 0.50 0.15 5 0.59 0.64
Hex D9 76 6D 0 2E 32 F 5 3B 40
Octal 331 166 155 0 56 62 17 5 73 100
Binary 11011001 1110110 1101101 0 101110 110010 1111 101 111011 1000000

Color Harmonies of #D9766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9766D

Black with #D9766D

Text Example


Text Example

White with #D9766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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