Html Css Color HEX #D6766E New York Pink

📋 copy color: '#D6766E'

red 214 ◦ green 118 ◦ blue 110

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

Shades of New York Pink #D6766E

Tints of New York Pink #D6766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 48.42%
G = 26.7%
B = 24.89%

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

#D6766E (or 0xD6766E) is known color: New York Pink. HEX triplet: D6, 76 and 6E. RGB value is (214,118,110). Sum of RGB (Red+Green+Blue) = 214+118+110=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D6766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6766E is #298991. Grayscale: #919191. Windows color (decimal): -2722194 or 7239382. OLE color: 7239382.

HSL color Cylindrical-coordinate representation of color #D6766E: hue angle of 4.62º degrees, saturation: 0.56, 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 #D6766E is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 110 -
CMYK 0 0.45 0.49 0.16
HSL 4.62º 0.56% 0.64% -
HSV(B) 4.62º 0.49% 0.84% -
XYZ 37.02 28.38 18.28 -
YUV 145.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 214 118 110 0 0.45 0.49 0.16 4.62 0.56 0.64
Hex D6 76 6E 0 2D 31 10 5 38 40
Octal 326 166 156 0 55 61 20 5 70 100
Binary 11010110 1110110 1101110 0 101101 110001 10000 101 111000 1000000

Color Harmonies of #D6766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6766E

Black with #D6766E

Text Example


Text Example

White with #D6766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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