#D67B70

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

Shades of New York Pink #D67B70

Tints of New York Pink #D67B70

Color information

#D67B70 (or 0xD67B70) is unknown color: approx New York Pink. HEX triplet: D6, 7B and 70. RGB value is (214,123,112). Sum of RGB (Red+Green+Blue) = 214+123+112=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B70 is #29848F. Grayscale: #959595. Windows color (decimal): -2720912 or 7371734. OLE color: 7371734.

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

Color convert

RGB214123112-
CMYK00.430.480.16
HSL6.47º55.43%63.92%-
HSV(B)6.47º47.66%83.92%-
XYZ37.7429.6319.06-
YUV148.95107.15174.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=47.66%
G=27.39%
B=24.94%

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
Decimal21412311200.430.480.166.4755.4363.92
HexD67B7002B301063740
Octal3261731600536020667100
Binary11010110111101111100000101011110000100001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67B70; }

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

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

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

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

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

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

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

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