#D67173

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

Shades of Froly #D67173

Tints of Froly #D67173

Color information

#D67173 (or 0xD67173) is unknown color: approx Froly. HEX triplet: D6, 71 and 73. RGB value is (214,113,115). Sum of RGB (Red+Green+Blue) = 214+113+115=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D67173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67173 is #298E8C. Grayscale: #8F8F8F. Windows color (decimal): -2723469 or 7565782. OLE color: 7565782.

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

Color convert

RGB214113115-
CMYK00.470.460.16
HSL358.81º55.19%64.12%-
HSV(B)358.81º47.2%83.92%-
XYZ36.7327.3419.56-
YUV143.43111.96178.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.42%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=48.42%
G=25.57%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411311500.470.460.16358.8155.1964.12
HexD6717302F2E101673740
Octal326161163057562054767100
Binary11010110111000111100110101111101110100001011001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67173; }

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

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

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

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

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

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

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

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