Html Css Color HEX #D17A6F New York Pink

📋 copy color: '#D17A6F'

red 209 ◦ green 122 ◦ blue 111

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

Shades of New York Pink #D17A6F

Tints of New York Pink #D17A6F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 47.29%
G = 27.6%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D17A6F (or 0xD17A6F) is known color: New York Pink. HEX triplet: D1, 7A and 6F. RGB value is (209,122,111). Sum of RGB (Red+Green+Blue) = 209+122+111=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17A6F is #2E8590. Grayscale: #929292. Windows color (decimal): -3048849 or 7305937. OLE color: 7305937.

HSL color Cylindrical-coordinate representation of color #D17A6F: hue angle of 6.73º 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 #D17A6F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 122 111 -
CMYK 0 0.42 0.47 0.18
HSL 6.73º 0.52% 0.63% -
HSV(B) 6.73º 0.47% 0.82% -
XYZ 36.12 28.62 18.66 -
YUV 146.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 209 122 111 0 0.42 0.47 0.18 6.73 0.52 0.63
Hex D1 7A 6F 0 2A 2F 12 7 34 3F
Octal 321 172 157 0 52 57 22 7 64 77
Binary 11010001 1111010 1101111 0 101010 101111 10010 111 110100 111111

Color Harmonies of #D17A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17A6F

Black with #D17A6F

Text Example


Text Example

White with #D17A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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