Html Css Color HEX #D3766C New York Pink

📋 copy color: '#D3766C'

red 211 ◦ green 118 ◦ blue 108

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

Shades of New York Pink #D3766C

Tints of New York Pink #D3766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 48.28%
G = 27%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3766C (or 0xD3766C) is known color: New York Pink. HEX triplet: D3, 76 and 6C. RGB value is (211,118,108). Sum of RGB (Red+Green+Blue) = 211+118+108=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3766C is #2C8993. Grayscale: #909090. Windows color (decimal): -2918804 or 7108307. OLE color: 7108307.

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

Color convert

RGB 211 118 108 -
CMYK 0 0.44 0.49 0.17
HSL 5.83º 0.54% 0.63% -
HSV(B) 5.83º 0.49% 0.83% -
XYZ 36.05 27.89 17.67 -
YUV 144.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 211 118 108 0 0.44 0.49 0.17 5.83 0.54 0.63
Hex D3 76 6C 0 2C 31 11 6 36 3F
Octal 323 166 154 0 54 61 21 6 66 77
Binary 11010011 1110110 1101100 0 101100 110001 10001 110 110110 111111

Color Harmonies of #D3766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3766C

Black with #D3766C

Text Example


Text Example

White with #D3766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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