Html Css Color HEX #D47679 Froly

📋 copy color: '#D47679'

red 212 ◦ green 118 ◦ blue 121

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

Shades of Froly #D47679

Tints of Froly #D47679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

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

R = 47.01%
G = 26.16%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D47679 (or 0xD47679) is known color: Froly. HEX triplet: D4, 76 and 79. RGB value is (212,118,121). Sum of RGB (Red+Green+Blue) = 212+118+121=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D47679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47679 is #2B8986. Grayscale: #929292. Windows color (decimal): -2853255 or 7960276. OLE color: 7960276.

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

Color convert

RGB 212 118 121 -
CMYK 0 0.44 0.43 0.17
HSL 358.09º 0.52% 0.65% -
HSV(B) 358.09º 0.44% 0.83% -
XYZ 37.08 28.33 21.6 -
YUV 146.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 212 118 121 0 0.44 0.43 0.17 358.09 0.52 0.65
Hex D4 76 79 0 2C 2B 11 166 34 41
Octal 324 166 171 0 54 53 21 546 64 101
Binary 11010100 1110110 1111001 0 101100 101011 10001 101100110 110100 1000001

Color Harmonies of #D47679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47679

Black with #D47679

Text Example


Text Example

White with #D47679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47679; }

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

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

background-color css

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

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

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

border-color css

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

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

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