#D67E6E

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

Shades of New York Pink #D67E6E

Tints of New York Pink #D67E6E

Color information

#D67E6E (or 0xD67E6E) is unknown color: approx New York Pink. HEX triplet: D6, 7E and 6E. RGB value is (214,126,110). Sum of RGB (Red+Green+Blue) = 214+126+110=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67E6E is #298191. Grayscale: #969696. Windows color (decimal): -2720146 or 7241430. OLE color: 7241430.

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

Color convert

RGB214126110-
CMYK00.410.490.16
HSL9.23º55.91%63.53%-
HSV(B)9.23º48.6%83.92%-
XYZ38.0130.3418.61-
YUV150.49105.15173.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.56%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=47.56%
G=28%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412611000.410.490.169.2355.9163.53
HexD67E6E029311093840
Octal32617615605161201170100
Binary110101101111110110111001010011100011000010011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67E6E; }

 p { color: rgb(214,126,110); }

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

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

 a { background-color: rgb(214,126,110); }

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

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

 span { border-color: rgb(214,126,110); }

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