#D67C6C

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

Shades of New York Pink #D67C6C

Tints of New York Pink #D67C6C

Color information

#D67C6C (or 0xD67C6C) is unknown color: approx New York Pink. HEX triplet: D6, 7C and 6C. RGB value is (214,124,108). Sum of RGB (Red+Green+Blue) = 214+124+108=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C6C is #298393. Grayscale: #959595. Windows color (decimal): -2720660 or 7109846. OLE color: 7109846.

HSL color Cylindrical-coordinate representation of color #D67C6C: hue angle of 9.06º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D67C6C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214124108-
CMYK00.420.500.16
HSL9.06º56.38%63.14%-
HSV(B)9.06º49.53%83.92%-
XYZ37.6529.7917.95-
YUV149.09104.82174.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.98%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=47.98%
G=27.80%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412410800.420.500.169.0656.3863.14
HexD67C6C02A32109383f
Octal3261741540526220117077
Binary11010110111110011011000101010110010100001001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C6C; }

 p { color: rgb(214,124,108); }

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

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

 a { background-color: rgb(214,124,108); }

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

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

 span { border-color: rgb(214,124,108); }

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