#D67973

Color #D67973 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D67973

Tints of New York Pink #D67973

Color information

#D67973 (or 0xD67973) is unknown color: approx New York Pink. HEX triplet: D6, 79 and 73. RGB value is (214,121,115). Sum of RGB (Red+Green+Blue) = 214+121+115=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D67973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67973 is #29868C. Grayscale: #949494. Windows color (decimal): -2721421 or 7567830. OLE color: 7567830.

HSL color Cylindrical-coordinate representation of color #D67973: hue angle of 3.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67973 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB214121115-
CMYK00.430.460.16
HSL3.64º54.7%64.51%-
HSV(B)3.64º46.26%83.92%-
XYZ37.6629.2119.87-
YUV148.12109.31174.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=47.56%
G=26.89%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412111500.430.460.163.6454.764.51
HexD6797302B2E1043741
Octal3261711630535620467101
Binary11010110111100111100110101011101110100001001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67973; }

 p { color: rgb(214,121,115); }

 H1.HeaderClassName
 {
   color: #D67973;
 }
 .AnyTagClassName
 {
   color: #D67973;
 }
</style>
background-color css

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

 a { background-color: rgb(214,121,115); }

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

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

 span { border-color: rgb(214,121,115); }

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