Shades of Froly #D26569
Tints of Froly #D26569
RGB
CMYK
RGB Variations
Color information
#D26569 (or 0xD26569) is known color: Froly. HEX triplet: D2, 65 and 69. RGB value is (210,101,105). Sum of RGB (Red+Green+Blue) = 210+101+105=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D26569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26569 is #2D9A96. Grayscale: #868686. Windows color (decimal): -2988695 or 6907346. OLE color: 6907346.
HSL color Cylindrical-coordinate representation of color #D26569: hue angle of 357.8º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26569 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 105 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.18 |
| HSL | 357.8º | 0.55% | 0.61% | - |
| HSV(B) | 357.8º | 0.52% | 0.82% | - |
| XYZ | 33.78 | 24.03 | 16.22 | - |
| YUV | 134.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 105 | 0 | 0.52 | 0.50 | 0.18 | 357.8 | 0.55 | 0.61 |
| Hex | D2 | 65 | 69 | 0 | 34 | 32 | 12 | 166 | 37 | 3D |
| Octal | 322 | 145 | 151 | 0 | 64 | 62 | 22 | 546 | 67 | 75 |
| Binary | 11010010 | 1100101 | 1101001 | 0 | 110100 | 110010 | 10010 | 101100110 | 110111 | 111101 |
Color Harmonies of #D26569
Complementary color
Monochromatic Colors of #D26569
Black with #D26569
Text Example
Text Example
White with #D26569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26569; }
p { color: rgb(210,101,105); }
H1.HeaderClassName
{
color: #D26569;
}
.AnyTagClassName
{
color: #D26569;
}
</style>
background-color css
<style>
a { background-color: #D26569; }
a { background-color: rgb(210,101,105); }
div.DivClassName
{
background-color: #D26569;
}
.BgClassName
{
background-color: #D26569;
}
</style>
border-color css
<style>
span { border-color: #D26569; }
span { border-color: rgb(210,101,105); }
td.TdClassName
{
border-color: #D26569;
}
.TagClassName
{
border-color: #D26569;
}
</style>