Html Css Color HEX #D9766C New York Pink

📋 copy color: '#D9766C'

red 217 ◦ green 118 ◦ blue 108

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

Shades of New York Pink #D9766C

Tints of New York Pink #D9766C

RGB

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

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

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

R = 48.98%
G = 26.64%
B = 24.38%

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

#D9766C (or 0xD9766C) is known color: New York Pink. HEX triplet: D9, 76 and 6C. RGB value is (217,118,108). Sum of RGB (Red+Green+Blue) = 217+118+108=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9766C is #268993. Grayscale: #929292. Windows color (decimal): -2525588 or 7108313. OLE color: 7108313.

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

Color convert

RGB 217 118 108 -
CMYK 0 0.46 0.50 0.15
HSL 5.5º 0.59% 0.64% -
HSV(B) 5.5º 0.5% 0.85% -
XYZ 37.8 28.79 17.75 -
YUV 146.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 217 118 108 0 0.46 0.50 0.15 5.5 0.59 0.64
Hex D9 76 6C 0 2E 32 F 6 3B 40
Octal 331 166 154 0 56 62 17 6 73 100
Binary 11011001 1110110 1101100 0 101110 110010 1111 110 111011 1000000

Color Harmonies of #D9766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9766C

Black with #D9766C

Text Example


Text Example

White with #D9766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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