Shades of Goldenrod #DADC81
Tints of Goldenrod #DADC81
RGB
CMYK
RGB Variations
Color information
#DADC81 (or 0xDADC81) is known color: Goldenrod. HEX triplet: DA, DC and 81. RGB value is (218,220,129). Sum of RGB (Red+Green+Blue) = 218+220+129=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 129 (50.78% from 255 or 22.75% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC81 is #25237E. Grayscale: #D1D1D1. Windows color (decimal): -2433919 or 8510682. OLE color: 8510682.
HSL color Cylindrical-coordinate representation of color #DADC81: hue angle of 61.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DADC81 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 129 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.14 |
| HSL | 61.32º | 0.57% | 0.68% | - |
| HSV(B) | 61.32º | 0.41% | 0.86% | - |
| XYZ | 58.47 | 67.68 | 30.75 | - |
| YUV | 209.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 129 | 0.01 | 0 | 0.41 | 0.14 | 61.32 | 0.57 | 0.68 |
| Hex | DA | DC | 81 | 1 | 0 | 29 | E | 3D | 39 | 44 |
| Octal | 332 | 334 | 201 | 1 | 0 | 51 | 16 | 75 | 71 | 104 |
| Binary | 11011010 | 11011100 | 10000001 | 1 | 0 | 101001 | 1110 | 111101 | 111001 | 1000100 |
Color Harmonies of #DADC81
Complementary color
Monochromatic Colors of #DADC81
Black with #DADC81
Text Example
Text Example
White with #DADC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC81; }
p { color: rgb(218,220,129); }
H1.HeaderClassName
{
color: #DADC81;
}
.AnyTagClassName
{
color: #DADC81;
}
</style>
background-color css
<style>
a { background-color: #DADC81; }
a { background-color: rgb(218,220,129); }
div.DivClassName
{
background-color: #DADC81;
}
.BgClassName
{
background-color: #DADC81;
}
</style>
border-color css
<style>
span { border-color: #DADC81; }
span { border-color: rgb(218,220,129); }
td.TdClassName
{
border-color: #DADC81;
}
.TagClassName
{
border-color: #DADC81;
}
</style>