Html Css Color HEX #D7766D New York Pink

📋 copy color: '#D7766D'

red 215 ◦ green 118 ◦ blue 109

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

Shades of New York Pink #D7766D

Tints of New York Pink #D7766D

RGB

 RED value IS 215 (84.38% from 255) = 48.64%

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

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

R = 48.64%
G = 26.7%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7766D (or 0xD7766D) is known color: New York Pink. HEX triplet: D7, 76 and 6D. RGB value is (215,118,109). Sum of RGB (Red+Green+Blue) = 215+118+109=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7766D is #288992. Grayscale: #929292. Windows color (decimal): -2656659 or 7173847. OLE color: 7173847.

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

Color convert

RGB 215 118 109 -
CMYK 0 0.45 0.49 0.16
HSL 5.09º 0.57% 0.64% -
HSV(B) 5.09º 0.49% 0.84% -
XYZ 37.26 28.51 18.01 -
YUV 145.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 215 118 109 0 0.45 0.49 0.16 5.09 0.57 0.64
Hex D7 76 6D 0 2D 31 10 5 39 40
Octal 327 166 155 0 55 61 20 5 71 100
Binary 11010111 1110110 1101101 0 101101 110001 10000 101 111001 1000000

Color Harmonies of #D7766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7766D

Black with #D7766D

Text Example


Text Example

White with #D7766D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7766D; }

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

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

background-color css

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

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

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

border-color css

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

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

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