#D67A70

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

Shades of New York Pink #D67A70

Tints of New York Pink #D67A70

Color information

#D67A70 (or 0xD67A70) is unknown color: approx New York Pink. HEX triplet: D6, 7A and 70. RGB value is (214,122,112). Sum of RGB (Red+Green+Blue) = 214+122+112=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A70 is #29858F. Grayscale: #949494. Windows color (decimal): -2721168 or 7371478. OLE color: 7371478.

HSL color Cylindrical-coordinate representation of color #D67A70: hue angle of 5.88º 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 #D67A70 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214122112-
CMYK00.430.480.16
HSL5.88º55.43%63.92%-
HSV(B)5.88º47.66%83.92%-
XYZ37.6229.3919.02-
YUV148.37107.48174.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 112 (44.14% from 255) = 25%
R=47.77%
G=27.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412211200.430.480.165.8855.4363.92
HexD67A7002B301063740
Octal3261721600536020667100
Binary11010110111101011100000101011110000100001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67A70; }

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

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

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

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

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

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

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

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