Html Css Color HEX #D67879 Froly

📋 copy color: '#D67879'

red 214 ◦ green 120 ◦ blue 121

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

Shades of Froly #D67879

Tints of Froly #D67879

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

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

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

R = 47.03%
G = 26.37%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D67879 (or 0xD67879) is known color: Froly. HEX triplet: D6, 78 and 79. RGB value is (214,120,121). Sum of RGB (Red+Green+Blue) = 214+120+121=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D67879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67879 is #298786. Grayscale: #949494. Windows color (decimal): -2721671 or 7960790. OLE color: 7960790.

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

Color convert

RGB 214 120 121 -
CMYK 0 0.44 0.43 0.16
HSL 359.36º 0.53% 0.65% -
HSV(B) 359.36º 0.44% 0.84% -
XYZ 37.9 29.11 21.71 -
YUV 148.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 214 120 121 0 0.44 0.43 0.16 359.36 0.53 0.65
Hex D6 78 79 0 2C 2B 10 167 35 41
Octal 326 170 171 0 54 53 20 547 65 101
Binary 11010110 1111000 1111001 0 101100 101011 10000 101100111 110101 1000001

Color Harmonies of #D67879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67879

Black with #D67879

Text Example


Text Example

White with #D67879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67879; }

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

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

background-color css

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

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

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

border-color css

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

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

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