Html Css Color HEX #D47B6E New York Pink

📋 copy color: '#D47B6E'

red 212 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #D47B6E

Tints of New York Pink #D47B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 47.64%
G = 27.64%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D47B6E (or 0xD47B6E) is known color: New York Pink. HEX triplet: D4, 7B and 6E. RGB value is (212,123,110). Sum of RGB (Red+Green+Blue) = 212+123+110=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B6E is #2B8491. Grayscale: #949494. Windows color (decimal): -2851986 or 7240660. OLE color: 7240660.

HSL color Cylindrical-coordinate representation of color #D47B6E: hue angle of 7.65º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D47B6E is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 123 110 -
CMYK 0 0.42 0.48 0.17
HSL 7.65º 0.54% 0.63% -
HSV(B) 7.65º 0.48% 0.83% -
XYZ 37.05 29.29 18.45 -
YUV 148.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 212 123 110 0 0.42 0.48 0.17 7.65 0.54 0.63
Hex D4 7B 6E 0 2A 30 11 8 36 3F
Octal 324 173 156 0 52 60 21 10 66 77
Binary 11010100 1111011 1101110 0 101010 110000 10001 1000 110110 111111

Color Harmonies of #D47B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47B6E

Black with #D47B6E

Text Example


Text Example

White with #D47B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47B6E; }

 p { color: rgb(212,123,110); }

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

background-color css

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

 a { background-color: rgb(212,123,110); }

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

border-color css

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

 span { border-color: rgb(212,123,110); }

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