#D67476

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

Shades of Froly #D67476

Tints of Froly #D67476

Color information

#D67476 (or 0xD67476) is unknown color: approx Froly. HEX triplet: D6, 74 and 76. RGB value is (214,116,118). Sum of RGB (Red+Green+Blue) = 214+116+118=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D67476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67476 is #298B89. Grayscale: #919191. Windows color (decimal): -2722698 or 7763158. OLE color: 7763158.

HSL color Cylindrical-coordinate representation of color #D67476: hue angle of 358.78º 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 #D67476 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB214116118-
CMYK00.460.450.16
HSL358.78º54.44%64.71%-
HSV(B)358.78º45.79%83.92%-
XYZ37.2528.0920.6-
YUV145.53112.47176.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.77%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=47.77%
G=25.89%
B=26.34%

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
Decimal21411611800.460.450.16358.7854.4464.71
HexD6747602E2D101673641
Octal326164166056552054766101
Binary11010110111010011101100101110101101100001011001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67476; }

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

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

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

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

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

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

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

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