#D68675

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

Shades of New York Pink #D68675

Tints of New York Pink #D68675

Color information

#D68675 (or 0xD68675) is unknown color: approx New York Pink. HEX triplet: D6, 86 and 75. RGB value is (214,134,117). Sum of RGB (Red+Green+Blue) = 214+134+117=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68675 is #29798A. Grayscale: #9C9C9C. Windows color (decimal): -2718091 or 7702230. OLE color: 7702230.

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

Color convert

RGB214134117-
CMYK00.370.450.16
HSL10.52º54.19%64.9%-
HSV(B)10.52º45.33%83.92%-
XYZ39.4732.6321.05-
YUV155.98106169.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=46.02%
G=28.82%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413411700.370.450.1610.5254.1964.9
HexD686750252D10b3641
Octal32620616504555201366101
Binary1101011010000110111010101001011011011000010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68675; }

 p { color: rgb(214,134,117); }

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

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

 a { background-color: rgb(214,134,117); }

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

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

 span { border-color: rgb(214,134,117); }

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