Shades of Froly #D26769
Tints of Froly #D26769
RGB
CMYK
RGB Variations
Color information
#D26769 (or 0xD26769) is known color: Froly. HEX triplet: D2, 67 and 69. RGB value is (210,103,105). Sum of RGB (Red+Green+Blue) = 210+103+105=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D26769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26769 is #2D9896. Grayscale: #878787. Windows color (decimal): -2988183 or 6907858. OLE color: 6907858.
HSL color Cylindrical-coordinate representation of color #D26769: hue angle of 358.88º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26769 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 105 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.18 |
| HSL | 358.88º | 0.54% | 0.61% | - |
| HSV(B) | 358.88º | 0.51% | 0.82% | - |
| XYZ | 33.98 | 24.42 | 16.29 | - |
| YUV | 135.22 | 110.95 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 105 | 0 | 0.51 | 0.50 | 0.18 | 358.88 | 0.54 | 0.61 |
| Hex | D2 | 67 | 69 | 0 | 33 | 32 | 12 | 167 | 36 | 3D |
| Octal | 322 | 147 | 151 | 0 | 63 | 62 | 22 | 547 | 66 | 75 |
| Binary | 11010010 | 1100111 | 1101001 | 0 | 110011 | 110010 | 10010 | 101100111 | 110110 | 111101 |
Color Harmonies of #D26769
Complementary color
Monochromatic Colors of #D26769
Black with #D26769
Text Example
Text Example
White with #D26769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26769; }
p { color: rgb(210,103,105); }
H1.HeaderClassName
{
color: #D26769;
}
.AnyTagClassName
{
color: #D26769;
}
</style>
background-color css
<style>
a { background-color: #D26769; }
a { background-color: rgb(210,103,105); }
div.DivClassName
{
background-color: #D26769;
}
.BgClassName
{
background-color: #D26769;
}
</style>
border-color css
<style>
span { border-color: #D26769; }
span { border-color: rgb(210,103,105); }
td.TdClassName
{
border-color: #D26769;
}
.TagClassName
{
border-color: #D26769;
}
</style>