Html Css Color HEX #D77C6E New York Pink

📋 copy color: '#D77C6E'

red 215 ◦ green 124 ◦ blue 110

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

Shades of New York Pink #D77C6E

Tints of New York Pink #D77C6E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.62%

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

R = 47.88%
G = 27.62%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D77C6E (or 0xD77C6E) is known color: New York Pink. HEX triplet: D7, 7C and 6E. RGB value is (215,124,110). Sum of RGB (Red+Green+Blue) = 215+124+110=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C6E is #288391. Grayscale: #959595. Windows color (decimal): -2655122 or 7240919. OLE color: 7240919.

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

Color convert

RGB 215 124 110 -
CMYK 0 0.42 0.49 0.16
HSL 0.57% 0.64% -
HSV(B) 0.49% 0.84% -
XYZ 38.05 29.99 18.53 -
YUV 149.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 215 124 110 0 0.42 0.49 0.16 8 0.57 0.64
Hex D7 7C 6E 0 2A 31 10 8 39 40
Octal 327 174 156 0 52 61 20 10 71 100
Binary 11010111 1111100 1101110 0 101010 110001 10000 1000 111001 1000000

Color Harmonies of #D77C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C6E

Black with #D77C6E

Text Example


Text Example

White with #D77C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C6E; }

 p { color: rgb(215,124,110); }

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

background-color css

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

 a { background-color: rgb(215,124,110); }

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

border-color css

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

 span { border-color: rgb(215,124,110); }

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