#D6826D

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

Shades of New York Pink #D6826D

Tints of New York Pink #D6826D

Color information

#D6826D (or 0xD6826D) is unknown color: approx New York Pink. HEX triplet: D6, 82 and 6D. RGB value is (214,130,109). Sum of RGB (Red+Green+Blue) = 214+130+109=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6826D is #297D92. Grayscale: #989898. Windows color (decimal): -2719123 or 7176918. OLE color: 7176918.

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

Color convert

RGB214130109-
CMYK00.390.490.16
HSL12º56.15%63.33%-
HSV(B)12º49.07%83.92%-
XYZ38.4731.3718.49-
YUV152.72103.33171.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=47.24%
G=28.70%
B=24.06%

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
Decimal21413010900.390.490.161256.1563.33
HexD6826D0273110c383f
Octal3262021550476120147077
Binary110101101000001011011010100111110001100001100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6826D; }

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

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

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

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

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

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

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

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