Shades of Goldenrod #CFDB75
Tints of Goldenrod #CFDB75
RGB
CMYK
RGB Variations
Color information
#CFDB75 (or 0xCFDB75) is known color: Goldenrod. HEX triplet: CF, DB and 75. RGB value is (207,219,117). Sum of RGB (Red+Green+Blue) = 207+219+117=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB75 is #30248A. Grayscale: #CCCCCC. Windows color (decimal): -3155083 or 7723983. OLE color: 7723983.
HSL color Cylindrical-coordinate representation of color #CFDB75: hue angle of 67.06º 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 #CFDB75 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 117 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 67.06º | 0.59% | 0.66% | - |
| HSV(B) | 67.06º | 0.47% | 0.86% | - |
| XYZ | 54.27 | 65.21 | 26.56 | - |
| YUV | 203.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 117 | 0.05 | 0 | 0.47 | 0.14 | 67.06 | 0.59 | 0.66 |
| Hex | CF | DB | 75 | 5 | 0 | 2F | E | 43 | 3B | 42 |
| Octal | 317 | 333 | 165 | 5 | 0 | 57 | 16 | 103 | 73 | 102 |
| Binary | 11001111 | 11011011 | 1110101 | 101 | 0 | 101111 | 1110 | 1000011 | 111011 | 1000010 |
Color Harmonies of #CFDB75
Complementary color
Monochromatic Colors of #CFDB75
Black with #CFDB75
Text Example
Text Example
White with #CFDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB75; }
p { color: rgb(207,219,117); }
H1.HeaderClassName
{
color: #CFDB75;
}
.AnyTagClassName
{
color: #CFDB75;
}
</style>
background-color css
<style>
a { background-color: #CFDB75; }
a { background-color: rgb(207,219,117); }
div.DivClassName
{
background-color: #CFDB75;
}
.BgClassName
{
background-color: #CFDB75;
}
</style>
border-color css
<style>
span { border-color: #CFDB75; }
span { border-color: rgb(207,219,117); }
td.TdClassName
{
border-color: #CFDB75;
}
.TagClassName
{
border-color: #CFDB75;
}
</style>