Shades of Geraldine #DC726A
Tints of Geraldine #DC726A
RGB
CMYK
RGB Variations
Color information
#DC726A (or 0xDC726A) is known color: Geraldine. HEX triplet: DC, 72 and 6A. RGB value is (220,114,106). Sum of RGB (Red+Green+Blue) = 220+114+106=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC726A is #238D95. Grayscale: #909090. Windows color (decimal): -2330006 or 6976220. OLE color: 6976220.
HSL color Cylindrical-coordinate representation of color #DC726A: hue angle of 4.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC726A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 106 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 4.21º | 0.62% | 0.64% | - |
| HSV(B) | 4.21º | 0.52% | 0.86% | - |
| XYZ | 38.13 | 28.29 | 17.09 | - |
| YUV | 144.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 106 | 0 | 0.48 | 0.52 | 0.14 | 4.21 | 0.62 | 0.64 |
| Hex | DC | 72 | 6A | 0 | 30 | 34 | E | 4 | 3E | 40 |
| Octal | 334 | 162 | 152 | 0 | 60 | 64 | 16 | 4 | 76 | 100 |
| Binary | 11011100 | 1110010 | 1101010 | 0 | 110000 | 110100 | 1110 | 100 | 111110 | 1000000 |
Color Harmonies of #DC726A
Complementary color
Monochromatic Colors of #DC726A
Black with #DC726A
Text Example
Text Example
White with #DC726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC726A; }
p { color: rgb(220,114,106); }
H1.HeaderClassName
{
color: #DC726A;
}
.AnyTagClassName
{
color: #DC726A;
}
</style>
background-color css
<style>
a { background-color: #DC726A; }
a { background-color: rgb(220,114,106); }
div.DivClassName
{
background-color: #DC726A;
}
.BgClassName
{
background-color: #DC726A;
}
</style>
border-color css
<style>
span { border-color: #DC726A; }
span { border-color: rgb(220,114,106); }
td.TdClassName
{
border-color: #DC726A;
}
.TagClassName
{
border-color: #DC726A;
}
</style>