Html Css Color HEX #D47879 Froly

📋 copy color: '#D47879'

red 212 ◦ green 120 ◦ blue 121

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

Shades of Froly #D47879

Tints of Froly #D47879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.71%

R = 46.8%
G = 26.49%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D47879 (or 0xD47879) is known color: Froly. HEX triplet: D4, 78 and 79. RGB value is (212,120,121). Sum of RGB (Red+Green+Blue) = 212+120+121=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D47879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47879 is #2B8786. Grayscale: #939393. Windows color (decimal): -2852743 or 7960788. OLE color: 7960788.

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

Color convert

RGB 212 120 121 -
CMYK 0 0.43 0.43 0.17
HSL 359.35º 0.52% 0.65% -
HSV(B) 359.35º 0.43% 0.83% -
XYZ 37.32 28.81 21.68 -
YUV 147.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 212 120 121 0 0.43 0.43 0.17 359.35 0.52 0.65
Hex D4 78 79 0 2B 2B 11 167 34 41
Octal 324 170 171 0 53 53 21 547 64 101
Binary 11010100 1111000 1111001 0 101011 101011 10001 101100111 110100 1000001

Color Harmonies of #D47879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47879

Black with #D47879

Text Example


Text Example

White with #D47879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47879; }

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

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

background-color css

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

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

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

border-color css

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

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

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