Html Css Color HEX #D0786E New York Pink

📋 copy color: '#D0786E'

red 208 ◦ green 120 ◦ blue 110

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

Shades of New York Pink #D0786E

Tints of New York Pink #D0786E

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

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

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

R = 47.49%
G = 27.4%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0786E (or 0xD0786E) is known color: New York Pink. HEX triplet: D0, 78 and 6E. RGB value is (208,120,110). Sum of RGB (Red+Green+Blue) = 208+120+110=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0786E is #2F8791. Grayscale: #919191. Windows color (decimal): -3114898 or 7239888. OLE color: 7239888.

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

Color convert

RGB 208 120 110 -
CMYK 0 0.42 0.47 0.18
HSL 6.12º 0.51% 0.62% -
HSV(B) 6.12º 0.47% 0.82% -
XYZ 35.54 27.97 18.28 -
YUV 145.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 208 120 110 0 0.42 0.47 0.18 6.12 0.51 0.62
Hex D0 78 6E 0 2A 2F 12 6 33 3E
Octal 320 170 156 0 52 57 22 6 63 76
Binary 11010000 1111000 1101110 0 101010 101111 10010 110 110011 111110

Color Harmonies of #D0786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0786E

Black with #D0786E

Text Example


Text Example

White with #D0786E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0786E; }

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

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

background-color css

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

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

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

border-color css

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

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

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