Html Css Color HEX #D47E6D New York Pink

📋 copy color: '#D47E6D'

red 212 ◦ green 126 ◦ blue 109

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

Shades of New York Pink #D47E6D

Tints of New York Pink #D47E6D

RGB

 RED value IS 212 (83.2% from 255) = 47.43%

 GREEN value IS 126 (49.61% from 255) = 28.19%

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

R = 47.43%
G = 28.19%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D47E6D (or 0xD47E6D) is known color: New York Pink. HEX triplet: D4, 7E and 6D. RGB value is (212,126,109). Sum of RGB (Red+Green+Blue) = 212+126+109=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E6D is #2B8192. Grayscale: #959595. Windows color (decimal): -2851219 or 7175892. OLE color: 7175892.

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

Color convert

RGB 212 126 109 -
CMYK 0 0.41 0.49 0.17
HSL 9.9º 0.54% 0.63% -
HSV(B) 9.9º 0.49% 0.83% -
XYZ 37.37 30.02 18.29 -
YUV 149.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 212 126 109 0 0.41 0.49 0.17 9.9 0.54 0.63
Hex D4 7E 6D 0 29 31 11 A 36 3F
Octal 324 176 155 0 51 61 21 12 66 77
Binary 11010100 1111110 1101101 0 101001 110001 10001 1010 110110 111111

Color Harmonies of #D47E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47E6D

Black with #D47E6D

Text Example


Text Example

White with #D47E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47E6D; }

 p { color: rgb(212,126,109); }

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

background-color css

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

 a { background-color: rgb(212,126,109); }

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

border-color css

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

 span { border-color: rgb(212,126,109); }

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