#D26D73

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

Shades of Froly #D26D73

Tints of Froly #D26D73

Color information

#D26D73 (or 0xD26D73) is unknown color: approx Froly. HEX triplet: D2, 6D and 73. RGB value is (210,109,115). Sum of RGB (Red+Green+Blue) = 210+109+115=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D26D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26D73 is #2D928C. Grayscale: #8B8B8B. Windows color (decimal): -2986637 or 7564754. OLE color: 7564754.

HSL color Cylindrical-coordinate representation of color #D26D73: hue angle of 356.44º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26D73 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210109115-
CMYK00.480.450.18
HSL356.44º52.88%62.55%-
HSV(B)356.44º48.1%82.35%-
XYZ35.1425.8819.36-
YUV139.88113.96178.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.39%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=48.39%
G=25.12%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010911500.480.450.18356.4452.8862.55
HexD26D730302D12164353f
Octal32215516306055225446577
Binary1101001011011011110011011000010110110010101100100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26D73; }

 p { color: rgb(210,109,115); }

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

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

 a { background-color: rgb(210,109,115); }

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

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

 span { border-color: rgb(210,109,115); }

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