Shades of Ronchi #DABB4D
Tints of Ronchi #DABB4D
RGB
CMYK
RGB Variations
Color information
#DABB4D (or 0xDABB4D) is known color: Ronchi. HEX triplet: DA, BB and 4D. RGB value is (218,187,77). Sum of RGB (Red+Green+Blue) = 218+187+77=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB4D is #2544B2. Grayscale: #B8B8B8. Windows color (decimal): -2442419 or 5094362. OLE color: 5094362.
HSL color Cylindrical-coordinate representation of color #DABB4D: hue angle of 46.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DABB4D is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 77 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.15 |
| HSL | 46.81º | 0.66% | 0.58% | - |
| HSV(B) | 46.81º | 0.65% | 0.85% | - |
| XYZ | 48.02 | 50.98 | 14.33 | - |
| YUV | 183.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 77 | 0 | 0.14 | 0.65 | 0.15 | 46.81 | 0.66 | 0.58 |
| Hex | DA | BB | 4D | 0 | E | 41 | F | 2F | 42 | 3A |
| Octal | 332 | 273 | 115 | 0 | 16 | 101 | 17 | 57 | 102 | 72 |
| Binary | 11011010 | 10111011 | 1001101 | 0 | 1110 | 1000001 | 1111 | 101111 | 1000010 | 111010 |
Color Harmonies of #DABB4D
Complementary color
Monochromatic Colors of #DABB4D
Black with #DABB4D
Text Example
Text Example
White with #DABB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB4D; }
p { color: rgb(218,187,77); }
H1.HeaderClassName
{
color: #DABB4D;
}
.AnyTagClassName
{
color: #DABB4D;
}
</style>
background-color css
<style>
a { background-color: #DABB4D; }
a { background-color: rgb(218,187,77); }
div.DivClassName
{
background-color: #DABB4D;
}
.BgClassName
{
background-color: #DABB4D;
}
</style>
border-color css
<style>
span { border-color: #DABB4D; }
span { border-color: rgb(218,187,77); }
td.TdClassName
{
border-color: #DABB4D;
}
.TagClassName
{
border-color: #DABB4D;
}
</style>