#D67178

Color #D67178 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D67178

Tints of Froly #D67178

Color information

#D67178 (or 0xD67178) is unknown color: approx Froly. HEX triplet: D6, 71 and 78. RGB value is (214,113,120). Sum of RGB (Red+Green+Blue) = 214+113+120=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67178 is #298E87. Grayscale: #909090. Windows color (decimal): -2723464 or 7893462. OLE color: 7893462.

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

Color convert

RGB214113120-
CMYK00.470.440.16
HSL355.84º55.19%64.12%-
HSV(B)355.84º47.2%83.92%-
XYZ37.0327.4621.12-
YUV144114.46177.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=47.87%
G=25.28%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411312000.470.440.16355.8455.1964.12
HexD6717802F2C101643740
Octal326161170057542054467100
Binary11010110111000111110000101111101100100001011001001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67178; }

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

 H1.HeaderClassName
 {
   color: #D67178;
 }
 .AnyTagClassName
 {
   color: #D67178;
 }
</style>
background-color css

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

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

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

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

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

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