#D67475

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

Shades of Froly #D67475

Tints of Froly #D67475

Color information

#D67475 (or 0xD67475) is unknown color: approx Froly. HEX triplet: D6, 74 and 75. RGB value is (214,116,117). Sum of RGB (Red+Green+Blue) = 214+116+117=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67475 is #298B8A. Grayscale: #919191. Windows color (decimal): -2722699 or 7697622. OLE color: 7697622.

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

Color convert

RGB214116117-
CMYK00.460.450.16
HSL359.39º54.44%64.71%-
HSV(B)359.39º45.79%83.92%-
XYZ37.1928.0720.29-
YUV145.42111.97176.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=47.87%
G=25.95%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411611700.460.450.16359.3954.4464.71
HexD6747502E2D101673641
Octal326164165056552054766101
Binary11010110111010011101010101110101101100001011001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67475; }

 p { color: rgb(214,116,117); }

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

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

 a { background-color: rgb(214,116,117); }

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

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

 span { border-color: rgb(214,116,117); }

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