Html Css Color HEX #D47C6B New York Pink

📋 copy color: '#D47C6B'

red 212 ◦ green 124 ◦ blue 107

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

Shades of New York Pink #D47C6B

Tints of New York Pink #D47C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.15%

R = 47.86%
G = 27.99%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D47C6B (or 0xD47C6B) is known color: New York Pink. HEX triplet: D4, 7C and 6B. RGB value is (212,124,107). Sum of RGB (Red+Green+Blue) = 212+124+107=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C6B is #2B8394. Grayscale: #949494. Windows color (decimal): -2851733 or 7044308. OLE color: 7044308.

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

Color convert

RGB 212 124 107 -
CMYK 0 0.42 0.50 0.17
HSL 9.71º 0.55% 0.63% -
HSV(B) 9.71º 0.5% 0.83% -
XYZ 37.01 29.47 17.65 -
YUV 148.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 212 124 107 0 0.42 0.50 0.17 9.71 0.55 0.63
Hex D4 7C 6B 0 2A 32 11 A 37 3F
Octal 324 174 153 0 52 62 21 12 67 77
Binary 11010100 1111100 1101011 0 101010 110010 10001 1010 110111 111111

Color Harmonies of #D47C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47C6B

Black with #D47C6B

Text Example


Text Example

White with #D47C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47C6B; }

 p { color: rgb(212,124,107); }

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

background-color css

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

 a { background-color: rgb(212,124,107); }

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

border-color css

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

 span { border-color: rgb(212,124,107); }

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