#D68770

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

Shades of New York Pink #D68770

Tints of New York Pink #D68770

Color information

#D68770 (or 0xD68770) is unknown color: approx New York Pink. HEX triplet: D6, 87 and 70. RGB value is (214,135,112). Sum of RGB (Red+Green+Blue) = 214+135+112=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68770 is #29788F. Grayscale: #9C9C9C. Windows color (decimal): -2717840 or 7374806. OLE color: 7374806.

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

Color convert

RGB214135112-
CMYK00.370.480.16
HSL13.53º55.43%63.92%-
HSV(B)13.53º47.66%83.92%-
XYZ39.3232.7919.59-
YUV156103.17169.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=46.42%
G=29.28%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413511200.370.480.1613.5355.4363.92
HexD687700253010e3740
Octal32620716004560201667100
Binary1101011010000111111000001001011100001000011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68770; }

 p { color: rgb(214,135,112); }

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

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

 a { background-color: rgb(214,135,112); }

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

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

 span { border-color: rgb(214,135,112); }

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