Shades of Goldenrod #CBDB6A
Tints of Goldenrod #CBDB6A
RGB
CMYK
RGB Variations
Color information
#CBDB6A (or 0xCBDB6A) is known color: Goldenrod. HEX triplet: CB, DB and 6A. RGB value is (203,219,106). Sum of RGB (Red+Green+Blue) = 203+219+106=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB6A is #342495. Grayscale: #C9C9C9. Windows color (decimal): -3417238 or 7003083. OLE color: 7003083.
HSL color Cylindrical-coordinate representation of color #CBDB6A: hue angle of 68.5º 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 #CBDB6A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 106 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.14 |
| HSL | 68.5º | 0.61% | 0.64% | - |
| HSV(B) | 68.5º | 0.52% | 0.86% | - |
| XYZ | 52.56 | 64.4 | 23.3 | - |
| YUV | 201.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 106 | 0.07 | 0 | 0.52 | 0.14 | 68.5 | 0.61 | 0.64 |
| Hex | CB | DB | 6A | 7 | 0 | 34 | E | 44 | 3D | 40 |
| Octal | 313 | 333 | 152 | 7 | 0 | 64 | 16 | 104 | 75 | 100 |
| Binary | 11001011 | 11011011 | 1101010 | 111 | 0 | 110100 | 1110 | 1000100 | 111101 | 1000000 |
Color Harmonies of #CBDB6A
Complementary color
Monochromatic Colors of #CBDB6A
Black with #CBDB6A
Text Example
Text Example
White with #CBDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB6A; }
p { color: rgb(203,219,106); }
H1.HeaderClassName
{
color: #CBDB6A;
}
.AnyTagClassName
{
color: #CBDB6A;
}
</style>
background-color css
<style>
a { background-color: #CBDB6A; }
a { background-color: rgb(203,219,106); }
div.DivClassName
{
background-color: #CBDB6A;
}
.BgClassName
{
background-color: #CBDB6A;
}
</style>
border-color css
<style>
span { border-color: #CBDB6A; }
span { border-color: rgb(203,219,106); }
td.TdClassName
{
border-color: #CBDB6A;
}
.TagClassName
{
border-color: #CBDB6A;
}
</style>