Shades of Geraldine #DC736A
Tints of Geraldine #DC736A
RGB
CMYK
RGB Variations
Color information
#DC736A (or 0xDC736A) is known color: Geraldine. HEX triplet: DC, 73 and 6A. RGB value is (220,115,106). Sum of RGB (Red+Green+Blue) = 220+115+106=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC736A is #238C95. Grayscale: #919191. Windows color (decimal): -2329750 or 6976476. OLE color: 6976476.
HSL color Cylindrical-coordinate representation of color #DC736A: hue angle of 4.74º 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 #DC736A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 106 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.14 |
| HSL | 4.74º | 0.62% | 0.64% | - |
| HSV(B) | 4.74º | 0.52% | 0.86% | - |
| XYZ | 38.25 | 28.52 | 17.12 | - |
| YUV | 145.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 106 | 0 | 0.48 | 0.52 | 0.14 | 4.74 | 0.62 | 0.64 |
| Hex | DC | 73 | 6A | 0 | 30 | 34 | E | 5 | 3E | 40 |
| Octal | 334 | 163 | 152 | 0 | 60 | 64 | 16 | 5 | 76 | 100 |
| Binary | 11011100 | 1110011 | 1101010 | 0 | 110000 | 110100 | 1110 | 101 | 111110 | 1000000 |
Color Harmonies of #DC736A
Complementary color
Monochromatic Colors of #DC736A
Black with #DC736A
Text Example
Text Example
White with #DC736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC736A; }
p { color: rgb(220,115,106); }
H1.HeaderClassName
{
color: #DC736A;
}
.AnyTagClassName
{
color: #DC736A;
}
</style>
background-color css
<style>
a { background-color: #DC736A; }
a { background-color: rgb(220,115,106); }
div.DivClassName
{
background-color: #DC736A;
}
.BgClassName
{
background-color: #DC736A;
}
</style>
border-color css
<style>
span { border-color: #DC736A; }
span { border-color: rgb(220,115,106); }
td.TdClassName
{
border-color: #DC736A;
}
.TagClassName
{
border-color: #DC736A;
}
</style>