Shades of Goldenrod #DADB6A
Tints of Goldenrod #DADB6A
RGB
CMYK
RGB Variations
Color information
#DADB6A (or 0xDADB6A) is known color: Goldenrod. HEX triplet: DA, DB and 6A. RGB value is (218,219,106). Sum of RGB (Red+Green+Blue) = 218+219+106=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB6A is #252495. Grayscale: #CECECE. Windows color (decimal): -2434198 or 7003098. OLE color: 7003098.
HSL color Cylindrical-coordinate representation of color #DADB6A: hue angle of 60.53º degrees, saturation: 0.61, 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 #DADB6A is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 106 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.14 |
| HSL | 60.53º | 0.61% | 0.64% | - |
| HSV(B) | 60.53º | 0.52% | 0.86% | - |
| XYZ | 56.85 | 66.61 | 23.5 | - |
| YUV | 205.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 106 | 0.00 | 0 | 0.52 | 0.14 | 60.53 | 0.61 | 0.64 |
| Hex | DA | DB | 6A | 0 | 0 | 34 | E | 3D | 3D | 40 |
| Octal | 332 | 333 | 152 | 0 | 0 | 64 | 16 | 75 | 75 | 100 |
| Binary | 11011010 | 11011011 | 1101010 | 0 | 0 | 110100 | 1110 | 111101 | 111101 | 1000000 |
Color Harmonies of #DADB6A
Complementary color
Monochromatic Colors of #DADB6A
Black with #DADB6A
Text Example
Text Example
White with #DADB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB6A; }
p { color: rgb(218,219,106); }
H1.HeaderClassName
{
color: #DADB6A;
}
.AnyTagClassName
{
color: #DADB6A;
}
</style>
background-color css
<style>
a { background-color: #DADB6A; }
a { background-color: rgb(218,219,106); }
div.DivClassName
{
background-color: #DADB6A;
}
.BgClassName
{
background-color: #DADB6A;
}
</style>
border-color css
<style>
span { border-color: #DADB6A; }
span { border-color: rgb(218,219,106); }
td.TdClassName
{
border-color: #DADB6A;
}
.TagClassName
{
border-color: #DADB6A;
}
</style>