Shades of Goldenrod #CADB69
Tints of Goldenrod #CADB69
RGB
CMYK
RGB Variations
Color information
#CADB69 (or 0xCADB69) is known color: Goldenrod. HEX triplet: CA, DB and 69. RGB value is (202,219,105). Sum of RGB (Red+Green+Blue) = 202+219+105=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB69 is #352496. Grayscale: #C9C9C9. Windows color (decimal): -3482775 or 6937546. OLE color: 6937546.
HSL color Cylindrical-coordinate representation of color #CADB69: hue angle of 68.95º 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 #CADB69 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 105 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.14 |
| HSL | 68.95º | 0.61% | 0.64% | - |
| HSV(B) | 68.95º | 0.52% | 0.86% | - |
| XYZ | 52.24 | 64.24 | 23.01 | - |
| YUV | 200.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 105 | 0.08 | 0 | 0.52 | 0.14 | 68.95 | 0.61 | 0.64 |
| Hex | CA | DB | 69 | 8 | 0 | 34 | E | 45 | 3D | 40 |
| Octal | 312 | 333 | 151 | 10 | 0 | 64 | 16 | 105 | 75 | 100 |
| Binary | 11001010 | 11011011 | 1101001 | 1000 | 0 | 110100 | 1110 | 1000101 | 111101 | 1000000 |
Color Harmonies of #CADB69
Complementary color
Monochromatic Colors of #CADB69
Black with #CADB69
Text Example
Text Example
White with #CADB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB69; }
p { color: rgb(202,219,105); }
H1.HeaderClassName
{
color: #CADB69;
}
.AnyTagClassName
{
color: #CADB69;
}
</style>
background-color css
<style>
a { background-color: #CADB69; }
a { background-color: rgb(202,219,105); }
div.DivClassName
{
background-color: #CADB69;
}
.BgClassName
{
background-color: #CADB69;
}
</style>
border-color css
<style>
span { border-color: #CADB69; }
span { border-color: rgb(202,219,105); }
td.TdClassName
{
border-color: #CADB69;
}
.TagClassName
{
border-color: #CADB69;
}
</style>