Html Css Color HEX #D2786B New York Pink

📋 copy color: '#D2786B'

red 210 ◦ green 120 ◦ blue 107

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

Shades of New York Pink #D2786B

Tints of New York Pink #D2786B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 48.05%
G = 27.46%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2786B (or 0xD2786B) is known color: New York Pink. HEX triplet: D2, 78 and 6B. RGB value is (210,120,107). Sum of RGB (Red+Green+Blue) = 210+120+107=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2786B is #2D8794. Grayscale: #919191. Windows color (decimal): -2983829 or 7043282. OLE color: 7043282.

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

Color convert

RGB 210 120 107 -
CMYK 0 0.43 0.49 0.18
HSL 7.57º 0.53% 0.62% -
HSV(B) 7.57º 0.49% 0.82% -
XYZ 35.95 28.2 17.46 -
YUV 145.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 210 120 107 0 0.43 0.49 0.18 7.57 0.53 0.62
Hex D2 78 6B 0 2B 31 12 8 35 3E
Octal 322 170 153 0 53 61 22 10 65 76
Binary 11010010 1111000 1101011 0 101011 110001 10010 1000 110101 111110

Color Harmonies of #D2786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2786B

Black with #D2786B

Text Example


Text Example

White with #D2786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2786B; }

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

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

background-color css

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

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

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

border-color css

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

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

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