Html Css Color HEX #D3776D New York Pink

📋 copy color: '#D3776D'

red 211 ◦ green 119 ◦ blue 109

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

Shades of New York Pink #D3776D

Tints of New York Pink #D3776D

RGB

 RED value IS 211 (82.81% from 255) = 48.06%

 GREEN value IS 119 (46.88% from 255) = 27.11%

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

R = 48.06%
G = 27.11%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3776D (or 0xD3776D) is known color: New York Pink. HEX triplet: D3, 77 and 6D. RGB value is (211,119,109). Sum of RGB (Red+Green+Blue) = 211+119+109=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3776D is #2C8892. Grayscale: #919191. Windows color (decimal): -2918547 or 7174099. OLE color: 7174099.

HSL color Cylindrical-coordinate representation of color #D3776D: hue angle of 5.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3776D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 119 109 -
CMYK 0 0.44 0.48 0.17
HSL 5.88º 0.54% 0.63% -
HSV(B) 5.88º 0.48% 0.83% -
XYZ 36.22 28.15 17.99 -
YUV 145.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 211 119 109 0 0.44 0.48 0.17 5.88 0.54 0.63
Hex D3 77 6D 0 2C 30 11 6 36 3F
Octal 323 167 155 0 54 60 21 6 66 77
Binary 11010011 1110111 1101101 0 101100 110000 10001 110 110110 111111

Color Harmonies of #D3776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3776D

Black with #D3776D

Text Example


Text Example

White with #D3776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3776D; }

 p { color: rgb(211,119,109); }

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

background-color css

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

 a { background-color: rgb(211,119,109); }

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

border-color css

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

 span { border-color: rgb(211,119,109); }

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