#D67376

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

Shades of Froly #D67376

Tints of Froly #D67376

Color information

#D67376 (or 0xD67376) is unknown color: approx Froly. HEX triplet: D6, 73 and 76. RGB value is (214,115,118). Sum of RGB (Red+Green+Blue) = 214+115+118=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D67376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67376 is #298C89. Grayscale: #919191. Windows color (decimal): -2722954 or 7762902. OLE color: 7762902.

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

Color convert

RGB214115118-
CMYK00.460.450.16
HSL358.18º54.7%64.51%-
HSV(B)358.18º46.26%83.92%-
XYZ37.1327.8720.56-
YUV144.94112.8177.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=47.87%
G=25.73%
B=26.40%

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
Decimal21411511800.460.450.16358.1854.764.51
HexD6737602E2D101663741
Octal326163166056552054667101
Binary11010110111001111101100101110101101100001011001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67376; }

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

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

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

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

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

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

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

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