#D67968

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

Shades of New York Pink #D67968

Tints of New York Pink #D67968

Color information

#D67968 (or 0xD67968) is unknown color: approx New York Pink. HEX triplet: D6, 79 and 68. RGB value is (214,121,104). Sum of RGB (Red+Green+Blue) = 214+121+104=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D67968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67968 is #298697. Grayscale: #939393. Windows color (decimal): -2721432 or 6846934. OLE color: 6846934.

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

Color convert

RGB214121104-
CMYK00.430.510.16
HSL9.27º57.29%62.35%-
HSV(B)9.27º51.4%83.92%-
XYZ37.0728.9716.73-
YUV146.87103.81175.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=48.75%
G=27.56%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412110400.430.510.169.2757.2962.35
HexD6796802B33109393e
Octal3261711500536320117176
Binary11010110111100111010000101011110011100001001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67968; }

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

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

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

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

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

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

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

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