Html Css Color HEX #D4786A New York Pink

📋 copy color: '#D4786A'

red 212 ◦ green 120 ◦ blue 106

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

Shades of New York Pink #D4786A

Tints of New York Pink #D4786A

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

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

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

R = 48.4%
G = 27.4%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4786A (or 0xD4786A) is known color: New York Pink. HEX triplet: D4, 78 and 6A. RGB value is (212,120,106). Sum of RGB (Red+Green+Blue) = 212+120+106=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4786A is #2B8795. Grayscale: #929292. Windows color (decimal): -2852758 or 6977748. OLE color: 6977748.

HSL color Cylindrical-coordinate representation of color #D4786A: hue angle of 7.92º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4786A is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 120 106 -
CMYK 0 0.43 0.5 0.17
HSL 7.92º 0.55% 0.62% -
HSV(B) 7.92º 0.5% 0.83% -
XYZ 36.47 28.47 17.21 -
YUV 145.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 212 120 106 0 0.43 0.5 0.17 7.92 0.55 0.62
Hex D4 78 6A 0 2B 32 11 8 37 3E
Octal 324 170 152 0 53 62 21 10 67 76
Binary 11010100 1111000 1101010 0 101011 110010 10001 1000 110111 111110

Color Harmonies of #D4786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4786A

Black with #D4786A

Text Example


Text Example

White with #D4786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4786A; }

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

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

background-color css

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

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

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

border-color css

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

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

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