#D07B6E

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

Shades of New York Pink #D07B6E

Tints of New York Pink #D07B6E

Color information

#D07B6E (or 0xD07B6E) is unknown color: approx New York Pink. HEX triplet: D0, 7B and 6E. RGB value is (208,123,110). Sum of RGB (Red+Green+Blue) = 208+123+110=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B6E is #2F8491. Grayscale: #939393. Windows color (decimal): -3114130 or 7240656. OLE color: 7240656.

HSL color Cylindrical-coordinate representation of color #D07B6E: hue angle of 7.96º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D07B6E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208123110-
CMYK00.410.470.18
HSL7.96º51.04%62.35%-
HSV(B)7.96º47.12%81.57%-
XYZ35.9128.718.4-
YUV146.93107.16171.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.17%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=47.17%
G=27.89%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812311000.410.470.187.9651.0462.35
HexD07B6E0292F128333e
Octal3201731560515722106376
Binary11010000111101111011100101001101111100101000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07B6E; }

 p { color: rgb(208,123,110); }

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

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

 a { background-color: rgb(208,123,110); }

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

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

 span { border-color: rgb(208,123,110); }

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