Html Css Color HEX #D6786D New York Pink

📋 copy color: '#D6786D'

red 214 ◦ green 120 ◦ blue 109

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

Shades of New York Pink #D6786D

Tints of New York Pink #D6786D

RGB

 RED value IS 214 (83.98% from 255) = 48.31%

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

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 48.31%
G = 27.09%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6786D (or 0xD6786D) is known color: New York Pink. HEX triplet: D6, 78 and 6D. RGB value is (214,120,109). Sum of RGB (Red+Green+Blue) = 214+120+109=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D6786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6786D is #298792. Grayscale: #929292. Windows color (decimal): -2721683 or 7174358. OLE color: 7174358.

HSL color Cylindrical-coordinate representation of color #D6786D: hue angle of 6.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6786D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 109 -
CMYK 0 0.44 0.49 0.16
HSL 6.29º 0.56% 0.63% -
HSV(B) 6.29º 0.49% 0.84% -
XYZ 37.21 28.83 18.07 -
YUV 146.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 214 120 109 0 0.44 0.49 0.16 6.29 0.56 0.63
Hex D6 78 6D 0 2C 31 10 6 38 3F
Octal 326 170 155 0 54 61 20 6 70 77
Binary 11010110 1111000 1101101 0 101100 110001 10000 110 111000 111111

Color Harmonies of #D6786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6786D

Black with #D6786D

Text Example


Text Example

White with #D6786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6786D; }

 p { color: rgb(214,120,109); }

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

background-color css

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

 a { background-color: rgb(214,120,109); }

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

border-color css

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

 span { border-color: rgb(214,120,109); }

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