Shades of Goldenrod #CDDB74
Tints of Goldenrod #CDDB74
RGB
CMYK
RGB Variations
Color information
#CDDB74 (or 0xCDDB74) is known color: Goldenrod. HEX triplet: CD, DB and 74. RGB value is (205,219,116). Sum of RGB (Red+Green+Blue) = 205+219+116=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB74 is #32248B. Grayscale: #CBCBCB. Windows color (decimal): -3286156 or 7658445. OLE color: 7658445.
HSL color Cylindrical-coordinate representation of color #CDDB74: hue angle of 68.16º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDDB74 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 116 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.14 |
| HSL | 68.16º | 0.59% | 0.66% | - |
| HSV(B) | 68.16º | 0.47% | 0.86% | - |
| XYZ | 53.66 | 64.9 | 26.22 | - |
| YUV | 203.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 116 | 0.06 | 0 | 0.47 | 0.14 | 68.16 | 0.59 | 0.66 |
| Hex | CD | DB | 74 | 6 | 0 | 2F | E | 44 | 3B | 42 |
| Octal | 315 | 333 | 164 | 6 | 0 | 57 | 16 | 104 | 73 | 102 |
| Binary | 11001101 | 11011011 | 1110100 | 110 | 0 | 101111 | 1110 | 1000100 | 111011 | 1000010 |
Color Harmonies of #CDDB74
Complementary color
Monochromatic Colors of #CDDB74
Black with #CDDB74
Text Example
Text Example
White with #CDDB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB74; }
p { color: rgb(205,219,116); }
H1.HeaderClassName
{
color: #CDDB74;
}
.AnyTagClassName
{
color: #CDDB74;
}
</style>
background-color css
<style>
a { background-color: #CDDB74; }
a { background-color: rgb(205,219,116); }
div.DivClassName
{
background-color: #CDDB74;
}
.BgClassName
{
background-color: #CDDB74;
}
</style>
border-color css
<style>
span { border-color: #CDDB74; }
span { border-color: rgb(205,219,116); }
td.TdClassName
{
border-color: #CDDB74;
}
.TagClassName
{
border-color: #CDDB74;
}
</style>