#D6826E

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

Shades of New York Pink #D6826E

Tints of New York Pink #D6826E

Color information

#D6826E (or 0xD6826E) is unknown color: approx New York Pink. HEX triplet: D6, 82 and 6E. RGB value is (214,130,110). Sum of RGB (Red+Green+Blue) = 214+130+110=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6826E is #297D91. Grayscale: #999999. Windows color (decimal): -2719122 or 7242454. OLE color: 7242454.

HSL color Cylindrical-coordinate representation of color #D6826E: hue angle of 11.54º 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 #D6826E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214130110-
CMYK00.390.490.16
HSL11.54º55.91%63.53%-
HSV(B)11.54º48.6%83.92%-
XYZ38.5331.3918.78-
YUV152.84103.83171.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 130 (51.17% from 255) = 28.63%
BLUE value IS 110 (43.36% from 255) = 24.23%
R=47.14%
G=28.63%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413011000.390.490.1611.5455.9163.53
HexD6826E0273110c3840
Octal32620215604761201470100
Binary1101011010000010110111001001111100011000011001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6826E; }

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

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

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

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

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

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

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

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