Html Css Color HEX #D47869 New York Pink

📋 copy color: '#D47869'

red 212 ◦ green 120 ◦ blue 105

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

Shades of New York Pink #D47869

Tints of New York Pink #D47869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 48.51%
G = 27.46%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D47869 (or 0xD47869) is known color: New York Pink. HEX triplet: D4, 78 and 69. RGB value is (212,120,105). Sum of RGB (Red+Green+Blue) = 212+120+105=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D47869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47869 is #2B8796. Grayscale: #919191. Windows color (decimal): -2852759 or 6912212. OLE color: 6912212.

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

Color convert

RGB 212 120 105 -
CMYK 0 0.43 0.50 0.17
HSL 8.41º 0.55% 0.62% -
HSV(B) 8.41º 0.5% 0.83% -
XYZ 36.42 28.45 16.94 -
YUV 145.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 212 120 105 0 0.43 0.50 0.17 8.41 0.55 0.62
Hex D4 78 69 0 2B 32 11 8 37 3E
Octal 324 170 151 0 53 62 21 10 67 76
Binary 11010100 1111000 1101001 0 101011 110010 10001 1000 110111 111110

Color Harmonies of #D47869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47869

Black with #D47869

Text Example


Text Example

White with #D47869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47869; }

 p { color: rgb(212,120,105); }

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

background-color css

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

 a { background-color: rgb(212,120,105); }

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

border-color css

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

 span { border-color: rgb(212,120,105); }

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