Html Css Color HEX #D6766A New York Pink

📋 copy color: '#D6766A'

red 214 ◦ green 118 ◦ blue 106

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

Shades of New York Pink #D6766A

Tints of New York Pink #D6766A

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

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

 BLUE value IS 106 (41.8% from 255) = 24.2%

R = 48.86%
G = 26.94%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6766A (or 0xD6766A) is known color: New York Pink. HEX triplet: D6, 76 and 6A. RGB value is (214,118,106). Sum of RGB (Red+Green+Blue) = 214+118+106=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6766A is #298995. Grayscale: #919191. Windows color (decimal): -2722198 or 6977238. OLE color: 6977238.

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

Color convert

RGB 214 118 106 -
CMYK 0 0.45 0.50 0.16
HSL 6.67º 0.57% 0.63% -
HSV(B) 6.67º 0.5% 0.84% -
XYZ 36.81 28.29 17.16 -
YUV 145.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 214 118 106 0 0.45 0.50 0.16 6.67 0.57 0.63
Hex D6 76 6A 0 2D 32 10 7 39 3F
Octal 326 166 152 0 55 62 20 7 71 77
Binary 11010110 1110110 1101010 0 101101 110010 10000 111 111001 111111

Color Harmonies of #D6766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6766A

Black with #D6766A

Text Example


Text Example

White with #D6766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6766A; }

 p { color: rgb(214,118,106); }

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

background-color css

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

 a { background-color: rgb(214,118,106); }

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

border-color css

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

 span { border-color: rgb(214,118,106); }

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