Html Css Color HEX #D5786D New York Pink

📋 copy color: '#D5786D'

red 213 ◦ green 120 ◦ blue 109

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

Shades of New York Pink #D5786D

Tints of New York Pink #D5786D

RGB

 RED value IS 213 (83.59% from 255) = 48.19%

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

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

R = 48.19%
G = 27.15%
B = 24.66%

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

#D5786D (or 0xD5786D) is known color: New York Pink. HEX triplet: D5, 78 and 6D. RGB value is (213,120,109). Sum of RGB (Red+Green+Blue) = 213+120+109=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D5786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5786D is #2A8792. Grayscale: #929292. Windows color (decimal): -2787219 or 7174357. OLE color: 7174357.

HSL color Cylindrical-coordinate representation of color #D5786D: hue angle of 6.35º degrees, saturation: 0.55, 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 #D5786D is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 120 109 -
CMYK 0 0.44 0.49 0.16
HSL 6.35º 0.55% 0.63% -
HSV(B) 6.35º 0.49% 0.84% -
XYZ 36.92 28.68 18.06 -
YUV 146.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 213 120 109 0 0.44 0.49 0.16 6.35 0.55 0.63
Hex D5 78 6D 0 2C 31 10 6 37 3F
Octal 325 170 155 0 54 61 20 6 67 77
Binary 11010101 1111000 1101101 0 101100 110001 10000 110 110111 111111

Color Harmonies of #D5786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5786D

Black with #D5786D

Text Example


Text Example

White with #D5786D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5786D; }

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

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

background-color css

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

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

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

border-color css

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

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

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