#D28675

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

Shades of New York Pink #D28675

Tints of New York Pink #D28675

Color information

#D28675 (or 0xD28675) is unknown color: approx New York Pink. HEX triplet: D2, 86 and 75. RGB value is (210,134,117). Sum of RGB (Red+Green+Blue) = 210+134+117=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28675 is #2D798A. Grayscale: #9A9A9A. Windows color (decimal): -2980235 or 7702226. OLE color: 7702226.

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

Color convert

RGB210134117-
CMYK00.360.440.18
HSL10.97º50.82%64.12%-
HSV(B)10.97º44.29%82.35%-
XYZ38.3132.0420.99-
YUV154.79106.68167.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=45.55%
G=29.07%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013411700.360.440.1810.9750.8264.12
HexD286750242C12b3340
Octal32220616504454221363100
Binary1101001010000110111010101001001011001001010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28675; }

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

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

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

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

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

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

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

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