#D68872

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

Shades of New York Pink #D68872

Tints of New York Pink #D68872

Color information

#D68872 (or 0xD68872) is unknown color: approx New York Pink. HEX triplet: D6, 88 and 72. RGB value is (214,136,114). Sum of RGB (Red+Green+Blue) = 214+136+114=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68872 is #29778D. Grayscale: #9C9C9C. Windows color (decimal): -2717582 or 7506134. OLE color: 7506134.

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

Color convert

RGB214136114-
CMYK00.360.470.16
HSL13.2º54.95%64.31%-
HSV(B)13.2º46.73%83.92%-
XYZ39.5733.1220.23-
YUV156.81103.84168.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 136 (53.52% from 255) = 29.31%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=46.12%
G=29.31%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413611400.360.470.1613.254.9564.31
HexD688720242F10d3740
Octal32621016204457201567100
Binary1101011010001000111001001001001011111000011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68872; }

 p { color: rgb(214,136,114); }

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

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

 a { background-color: rgb(214,136,114); }

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

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

 span { border-color: rgb(214,136,114); }

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