Html Css Color HEX #D17D6F New York Pink

📋 copy color: '#D17D6F'

red 209 ◦ green 125 ◦ blue 111

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

Shades of New York Pink #D17D6F

Tints of New York Pink #D17D6F

RGB

 RED value IS 209 (82.03% from 255) = 46.97%

 GREEN value IS 125 (49.22% from 255) = 28.09%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 46.97%
G = 28.09%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D17D6F (or 0xD17D6F) is known color: New York Pink. HEX triplet: D1, 7D and 6F. RGB value is (209,125,111). Sum of RGB (Red+Green+Blue) = 209+125+111=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D6F is #2E8290. Grayscale: #949494. Windows color (decimal): -3048081 or 7306705. OLE color: 7306705.

HSL color Cylindrical-coordinate representation of color #D17D6F: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D17D6F is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 111 -
CMYK 0 0.40 0.47 0.18
HSL 8.57º 0.52% 0.63% -
HSV(B) 8.57º 0.47% 0.82% -
XYZ 36.5 29.37 18.78 -
YUV 148.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 209 125 111 0 0.40 0.47 0.18 8.57 0.52 0.63
Hex D1 7D 6F 0 28 2F 12 9 34 3F
Octal 321 175 157 0 50 57 22 11 64 77
Binary 11010001 1111101 1101111 0 101000 101111 10010 1001 110100 111111

Color Harmonies of #D17D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D6F

Black with #D17D6F

Text Example


Text Example

White with #D17D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D6F; }

 p { color: rgb(209,125,111); }

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

background-color css

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

 a { background-color: rgb(209,125,111); }

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

border-color css

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

 span { border-color: rgb(209,125,111); }

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