Shades of Goldenrod #CDCB6D
Tints of Goldenrod #CDCB6D
RGB
CMYK
RGB Variations
Color information
#CDCB6D (or 0xCDCB6D) is known color: Goldenrod. HEX triplet: CD, CB and 6D. RGB value is (205,203,109). Sum of RGB (Red+Green+Blue) = 205+203+109=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCB6D is #323492. Grayscale: #C1C1C1. Windows color (decimal): -3290259 or 7195597. OLE color: 7195597.
HSL color Cylindrical-coordinate representation of color #CDCB6D: hue angle of 58.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDCB6D is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 203 | 109 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.20 |
| HSL | 58.75º | 0.49% | 0.62% | - |
| HSV(B) | 58.75º | 0.47% | 0.8% | - |
| XYZ | 49.29 | 56.8 | 22.83 | - |
| YUV | 192.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 109 | 0 | 0.01 | 0.47 | 0.20 | 58.75 | 0.49 | 0.62 |
| Hex | CD | CB | 6D | 0 | 1 | 2F | 14 | 3B | 31 | 3E |
| Octal | 315 | 313 | 155 | 0 | 1 | 57 | 24 | 73 | 61 | 76 |
| Binary | 11001101 | 11001011 | 1101101 | 0 | 1 | 101111 | 10100 | 111011 | 110001 | 111110 |
Color Harmonies of #CDCB6D
Complementary color
Monochromatic Colors of #CDCB6D
Black with #CDCB6D
Text Example
Text Example
White with #CDCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCB6D; }
p { color: rgb(205,203,109); }
H1.HeaderClassName
{
color: #CDCB6D;
}
.AnyTagClassName
{
color: #CDCB6D;
}
</style>
background-color css
<style>
a { background-color: #CDCB6D; }
a { background-color: rgb(205,203,109); }
div.DivClassName
{
background-color: #CDCB6D;
}
.BgClassName
{
background-color: #CDCB6D;
}
</style>
border-color css
<style>
span { border-color: #CDCB6D; }
span { border-color: rgb(205,203,109); }
td.TdClassName
{
border-color: #CDCB6D;
}
.TagClassName
{
border-color: #CDCB6D;
}
</style>