#D67576

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

Shades of Froly #D67576

Tints of Froly #D67576

Color information

#D67576 (or 0xD67576) is unknown color: approx Froly. HEX triplet: D6, 75 and 76. RGB value is (214,117,118). Sum of RGB (Red+Green+Blue) = 214+117+118=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D67576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67576 is #298A89. Grayscale: #929292. Windows color (decimal): -2722442 or 7763414. OLE color: 7763414.

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

Color convert

RGB214117118-
CMYK00.450.450.16
HSL359.38º54.19%64.9%-
HSV(B)359.38º45.33%83.92%-
XYZ37.3628.3320.64-
YUV146.12112.14176.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.66%
GREEN value IS 117 (46.09% from 255) = 26.06%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=47.66%
G=26.06%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411711800.450.450.16359.3854.1964.9
HexD6757602D2D101673641
Octal326165166055552054766101
Binary11010110111010111101100101101101101100001011001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67576; }

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

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

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

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

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

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

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

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