Shades of Goldenrod #CAD96C
Tints of Goldenrod #CAD96C
RGB
CMYK
RGB Variations
Color information
#CAD96C (or 0xCAD96C) is known color: Goldenrod. HEX triplet: CA, D9 and 6C. RGB value is (202,217,108). Sum of RGB (Red+Green+Blue) = 202+217+108=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD96C is #352693. Grayscale: #C8C8C8. Windows color (decimal): -3483284 or 7133642. OLE color: 7133642.
HSL color Cylindrical-coordinate representation of color #CAD96C: hue angle of 68.26º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAD96C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 217 | 108 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.15 |
| HSL | 68.26º | 0.59% | 0.64% | - |
| HSV(B) | 68.26º | 0.5% | 0.85% | - |
| XYZ | 51.88 | 63.26 | 23.66 | - |
| YUV | 200.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 217 | 108 | 0.07 | 0 | 0.50 | 0.15 | 68.26 | 0.59 | 0.64 |
| Hex | CA | D9 | 6C | 7 | 0 | 32 | F | 44 | 3B | 40 |
| Octal | 312 | 331 | 154 | 7 | 0 | 62 | 17 | 104 | 73 | 100 |
| Binary | 11001010 | 11011001 | 1101100 | 111 | 0 | 110010 | 1111 | 1000100 | 111011 | 1000000 |
Color Harmonies of #CAD96C
Complementary color
Monochromatic Colors of #CAD96C
Black with #CAD96C
Text Example
Text Example
White with #CAD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD96C; }
p { color: rgb(202,217,108); }
H1.HeaderClassName
{
color: #CAD96C;
}
.AnyTagClassName
{
color: #CAD96C;
}
</style>
background-color css
<style>
a { background-color: #CAD96C; }
a { background-color: rgb(202,217,108); }
div.DivClassName
{
background-color: #CAD96C;
}
.BgClassName
{
background-color: #CAD96C;
}
</style>
border-color css
<style>
span { border-color: #CAD96C; }
span { border-color: rgb(202,217,108); }
td.TdClassName
{
border-color: #CAD96C;
}
.TagClassName
{
border-color: #CAD96C;
}
</style>