Shades of Goldenrod #CDDB64
Tints of Goldenrod #CDDB64
RGB
CMYK
RGB Variations
Color information
#CDDB64 (or 0xCDDB64) is known color: Goldenrod. HEX triplet: CD, DB and 64. RGB value is (205,219,100). Sum of RGB (Red+Green+Blue) = 205+219+100=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB64 is #32249B. Grayscale: #C9C9C9. Windows color (decimal): -3286172 or 6609869. OLE color: 6609869.
HSL color Cylindrical-coordinate representation of color #CDDB64: hue angle of 67.06º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDDB64 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 100 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.14 |
| HSL | 67.06º | 0.62% | 0.63% | - |
| HSV(B) | 67.06º | 0.54% | 0.86% | - |
| XYZ | 52.81 | 64.56 | 21.74 | - |
| YUV | 201.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 100 | 0.06 | 0 | 0.54 | 0.14 | 67.06 | 0.62 | 0.63 |
| Hex | CD | DB | 64 | 6 | 0 | 36 | E | 43 | 3E | 3F |
| Octal | 315 | 333 | 144 | 6 | 0 | 66 | 16 | 103 | 76 | 77 |
| Binary | 11001101 | 11011011 | 1100100 | 110 | 0 | 110110 | 1110 | 1000011 | 111110 | 111111 |
Color Harmonies of #CDDB64
Complementary color
Monochromatic Colors of #CDDB64
Black with #CDDB64
Text Example
Text Example
White with #CDDB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB64; }
p { color: rgb(205,219,100); }
H1.HeaderClassName
{
color: #CDDB64;
}
.AnyTagClassName
{
color: #CDDB64;
}
</style>
background-color css
<style>
a { background-color: #CDDB64; }
a { background-color: rgb(205,219,100); }
div.DivClassName
{
background-color: #CDDB64;
}
.BgClassName
{
background-color: #CDDB64;
}
</style>
border-color css
<style>
span { border-color: #CDDB64; }
span { border-color: rgb(205,219,100); }
td.TdClassName
{
border-color: #CDDB64;
}
.TagClassName
{
border-color: #CDDB64;
}
</style>