Html Css Color HEX #D3766D New York Pink

📋 copy color: '#D3766D'

red 211 ◦ green 118 ◦ blue 109

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

Shades of New York Pink #D3766D

Tints of New York Pink #D3766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

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

R = 48.17%
G = 26.94%
B = 24.89%

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

#D3766D (or 0xD3766D) is known color: New York Pink. HEX triplet: D3, 76 and 6D. RGB value is (211,118,109). Sum of RGB (Red+Green+Blue) = 211+118+109=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D3766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3766D is #2C8992. Grayscale: #909090. Windows color (decimal): -2918803 or 7173843. OLE color: 7173843.

HSL color Cylindrical-coordinate representation of color #D3766D: hue angle of 5.29º 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 #D3766D is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 118 109 -
CMYK 0 0.44 0.48 0.17
HSL 5.29º 0.54% 0.63% -
HSV(B) 5.29º 0.48% 0.83% -
XYZ 36.1 27.91 17.95 -
YUV 144.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 211 118 109 0 0.44 0.48 0.17 5.29 0.54 0.63
Hex D3 76 6D 0 2C 30 11 5 36 3F
Octal 323 166 155 0 54 60 21 5 66 77
Binary 11010011 1110110 1101101 0 101100 110000 10001 101 110110 111111

Color Harmonies of #D3766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3766D

Black with #D3766D

Text Example


Text Example

White with #D3766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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