Html Css Color HEX #D2786E New York Pink

📋 copy color: '#D2786E'

red 210 ◦ green 120 ◦ blue 110

#D2786E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D2786E

Tints of New York Pink #D2786E

RGB

 RED value IS 210 (82.42% from 255) = 47.73%

 GREEN value IS 120 (47.27% from 255) = 27.27%

 BLUE value IS 110 (43.36% from 255) = 25%

R = 47.73%
G = 27.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2786E (or 0xD2786E) is known color: New York Pink. HEX triplet: D2, 78 and 6E. RGB value is (210,120,110). Sum of RGB (Red+Green+Blue) = 210+120+110=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2786E is #2D8791. Grayscale: #919191. Windows color (decimal): -2983826 or 7239890. OLE color: 7239890.

HSL color Cylindrical-coordinate representation of color #D2786E: hue angle of 6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2786E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 110 -
CMYK 0 0.43 0.48 0.18
HSL 0.53% 0.63% -
HSV(B) 0.48% 0.82% -
XYZ 36.11 28.26 18.3 -
YUV 145.77 107.82 173.81 -
System Red Green Blue C M Y K H S L
Decimal 210 120 110 0 0.43 0.48 0.18 6 0.53 0.63
Hex D2 78 6E 0 2B 30 12 6 35 3F
Octal 322 170 156 0 53 60 22 6 65 77
Binary 11010010 1111000 1101110 0 101011 110000 10010 110 110101 111111

Color Harmonies of #D2786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2786E

Black with #D2786E

Text Example


Text Example

White with #D2786E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2786E; }

 p { color: rgb(210,120,110); }

 H1.HeaderClassName
 {
   color: #D2786E;
 }
 .AnyTagClassName
 {
   color: #D2786E;
 }
</style>

background-color css

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

 a { background-color: rgb(210,120,110); }

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

border-color css

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

 span { border-color: rgb(210,120,110); }

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