Shades of Goldenrod #DADC69
Tints of Goldenrod #DADC69
RGB
CMYK
RGB Variations
Color information
#DADC69 (or 0xDADC69) is known color: Goldenrod. HEX triplet: DA, DC and 69. RGB value is (218,220,105). Sum of RGB (Red+Green+Blue) = 218+220+105=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC69 is #252396. Grayscale: #CECECE. Windows color (decimal): -2433943 or 6937818. OLE color: 6937818.
HSL color Cylindrical-coordinate representation of color #DADC69: hue angle of 61.04º 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 #DADC69 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 105 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.14 |
| HSL | 61.04º | 0.62% | 0.64% | - |
| HSV(B) | 61.04º | 0.52% | 0.86% | - |
| XYZ | 57.06 | 67.11 | 23.31 | - |
| YUV | 206.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 105 | 0.01 | 0 | 0.52 | 0.14 | 61.04 | 0.62 | 0.64 |
| Hex | DA | DC | 69 | 1 | 0 | 34 | E | 3D | 3E | 40 |
| Octal | 332 | 334 | 151 | 1 | 0 | 64 | 16 | 75 | 76 | 100 |
| Binary | 11011010 | 11011100 | 1101001 | 1 | 0 | 110100 | 1110 | 111101 | 111110 | 1000000 |
Color Harmonies of #DADC69
Complementary color
Monochromatic Colors of #DADC69
Black with #DADC69
Text Example
Text Example
White with #DADC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC69; }
p { color: rgb(218,220,105); }
H1.HeaderClassName
{
color: #DADC69;
}
.AnyTagClassName
{
color: #DADC69;
}
</style>
background-color css
<style>
a { background-color: #DADC69; }
a { background-color: rgb(218,220,105); }
div.DivClassName
{
background-color: #DADC69;
}
.BgClassName
{
background-color: #DADC69;
}
</style>
border-color css
<style>
span { border-color: #DADC69; }
span { border-color: rgb(218,220,105); }
td.TdClassName
{
border-color: #DADC69;
}
.TagClassName
{
border-color: #DADC69;
}
</style>