#D37B6C

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

Shades of New York Pink #D37B6C

Tints of New York Pink #D37B6C

Color information

#D37B6C (or 0xD37B6C) is unknown color: approx New York Pink. HEX triplet: D3, 7B and 6C. RGB value is (211,123,108). Sum of RGB (Red+Green+Blue) = 211+123+108=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37B6C is #2C8493. Grayscale: #939393. Windows color (decimal): -2917524 or 7109587. OLE color: 7109587.

HSL color Cylindrical-coordinate representation of color #D37B6C: hue angle of 8.74º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37B6C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB211123108-
CMYK00.420.490.17
HSL8.74º53.93%62.55%-
HSV(B)8.74º48.82%82.75%-
XYZ36.6529.117.87-
YUV147.6105.65173.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.74%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=47.74%
G=27.83%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112310800.420.490.178.7453.9362.55
HexD37B6C02A31119363f
Octal3231731540526121116677
Binary11010011111101111011000101010110001100011001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37B6C; }

 p { color: rgb(211,123,108); }

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

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

 a { background-color: rgb(211,123,108); }

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

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

 span { border-color: rgb(211,123,108); }

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