Html Css Color HEX #D2786A New York Pink

📋 copy color: '#D2786A'

red 210 ◦ green 120 ◦ blue 106

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

Shades of New York Pink #D2786A

Tints of New York Pink #D2786A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.31%

R = 48.17%
G = 27.52%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2786A (or 0xD2786A) is known color: New York Pink. HEX triplet: D2, 78 and 6A. RGB value is (210,120,106). Sum of RGB (Red+Green+Blue) = 210+120+106=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2786A is #2D8795. Grayscale: #919191. Windows color (decimal): -2983830 or 6977746. OLE color: 6977746.

HSL color Cylindrical-coordinate representation of color #D2786A: hue angle of 8.08º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2786A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 106 -
CMYK 0 0.43 0.50 0.18
HSL 8.08º 0.54% 0.62% -
HSV(B) 8.08º 0.5% 0.82% -
XYZ 35.9 28.18 17.18 -
YUV 145.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 210 120 106 0 0.43 0.50 0.18 8.08 0.54 0.62
Hex D2 78 6A 0 2B 32 12 8 36 3E
Octal 322 170 152 0 53 62 22 10 66 76
Binary 11010010 1111000 1101010 0 101011 110010 10010 1000 110110 111110

Color Harmonies of #D2786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2786A

Black with #D2786A

Text Example


Text Example

White with #D2786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2786A; }

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

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

background-color css

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

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

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

border-color css

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

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

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