Html Css Color HEX #D9756C New York Pink

📋 copy color: '#D9756C'

red 217 ◦ green 117 ◦ blue 108

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

Shades of New York Pink #D9756C

Tints of New York Pink #D9756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 49.1%
G = 26.47%
B = 24.43%

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

#D9756C (or 0xD9756C) is known color: New York Pink. HEX triplet: D9, 75 and 6C. RGB value is (217,117,108). Sum of RGB (Red+Green+Blue) = 217+117+108=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9756C is #268A93. Grayscale: #929292. Windows color (decimal): -2525844 or 7108057. OLE color: 7108057.

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

Color convert

RGB 217 117 108 -
CMYK 0 0.46 0.50 0.15
HSL 4.95º 0.59% 0.64% -
HSV(B) 4.95º 0.5% 0.85% -
XYZ 37.68 28.56 17.71 -
YUV 145.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 217 117 108 0 0.46 0.50 0.15 4.95 0.59 0.64
Hex D9 75 6C 0 2E 32 F 5 3B 40
Octal 331 165 154 0 56 62 17 5 73 100
Binary 11011001 1110101 1101100 0 101110 110010 1111 101 111011 1000000

Color Harmonies of #D9756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9756C

Black with #D9756C

Text Example


Text Example

White with #D9756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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