Html Css Color HEX #D0786F New York Pink

📋 copy color: '#D0786F'

red 208 ◦ green 120 ◦ blue 111

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

Shades of New York Pink #D0786F

Tints of New York Pink #D0786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 47.38%
G = 27.33%
B = 25.28%

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

#D0786F (or 0xD0786F) is known color: New York Pink. HEX triplet: D0, 78 and 6F. RGB value is (208,120,111). Sum of RGB (Red+Green+Blue) = 208+120+111=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0786F is #2F8790. Grayscale: #919191. Windows color (decimal): -3114897 or 7305424. OLE color: 7305424.

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

Color convert

RGB 208 120 111 -
CMYK 0 0.42 0.47 0.18
HSL 5.57º 0.51% 0.63% -
HSV(B) 5.57º 0.47% 0.82% -
XYZ 35.6 27.99 18.57 -
YUV 145.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 208 120 111 0 0.42 0.47 0.18 5.57 0.51 0.63
Hex D0 78 6F 0 2A 2F 12 6 33 3F
Octal 320 170 157 0 52 57 22 6 63 77
Binary 11010000 1111000 1101111 0 101010 101111 10010 110 110011 111111

Color Harmonies of #D0786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0786F

Black with #D0786F

Text Example


Text Example

White with #D0786F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0786F; }

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

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

background-color css

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

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

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

border-color css

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

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

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