#D67C7D

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

Shades of Froly #D67C7D

Tints of Froly #D67C7D

Color information

#D67C7D (or 0xD67C7D) is unknown color: approx Froly. HEX triplet: D6, 7C and 7D. RGB value is (214,124,125). Sum of RGB (Red+Green+Blue) = 214+124+125=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C7D is #298382. Grayscale: #979797. Windows color (decimal): -2720643 or 8223958. OLE color: 8223958.

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

Color convert

RGB214124125-
CMYK00.420.420.16
HSL359.33º52.33%66.27%-
HSV(B)359.33º42.06%83.92%-
XYZ38.6430.1923.19-
YUV151.02113.32172.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 124 (48.83% from 255) = 26.78%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=46.22%
G=26.78%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412412500.420.420.16359.3352.3366.27
HexD67C7D02A2A101673442
Octal326174175052522054764102
Binary11010110111110011111010101010101010100001011001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67C7D; }

 p { color: rgb(214,124,125); }

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

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

 a { background-color: rgb(214,124,125); }

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

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

 span { border-color: rgb(214,124,125); }

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