#D6796D

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

Shades of New York Pink #D6796D

Tints of New York Pink #D6796D

Color information

#D6796D (or 0xD6796D) is unknown color: approx New York Pink. HEX triplet: D6, 79 and 6D. RGB value is (214,121,109). Sum of RGB (Red+Green+Blue) = 214+121+109=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6796D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6796D is #298692. Grayscale: #939393. Windows color (decimal): -2721427 or 7174614. OLE color: 7174614.

HSL color Cylindrical-coordinate representation of color #D6796D: hue angle of 6.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6796D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB214121109-
CMYK00.430.490.16
HSL6.86º56.15%63.33%-
HSV(B)6.86º49.07%83.92%-
XYZ37.3329.0818.11-
YUV147.44106.31175.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=48.20%
G=27.25%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412110900.430.490.166.8656.1563.33
HexD6796D02B31107383f
Octal326171155053612077077
Binary1101011011110011101101010101111000110000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6796D; }

 p { color: rgb(214,121,109); }

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

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

 a { background-color: rgb(214,121,109); }

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

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

 span { border-color: rgb(214,121,109); }

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