Shades of Goldenrod #DEDF7B
Tints of Goldenrod #DEDF7B
RGB
CMYK
RGB Variations
Color information
#DEDF7B (or 0xDEDF7B) is known color: Goldenrod. HEX triplet: DE, DF and 7B. RGB value is (222,223,123). Sum of RGB (Red+Green+Blue) = 222+223+123=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF7B is #212084. Grayscale: #D3D3D3. Windows color (decimal): -2171013 or 8118238. OLE color: 8118238.
HSL color Cylindrical-coordinate representation of color #DEDF7B: hue angle of 60.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEDF7B is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 123 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.13 |
| HSL | 60.6º | 0.61% | 0.68% | - |
| HSV(B) | 60.6º | 0.45% | 0.87% | - |
| XYZ | 60.09 | 69.74 | 29.03 | - |
| YUV | 211.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 123 | 0.00 | 0 | 0.45 | 0.13 | 60.6 | 0.61 | 0.68 |
| Hex | DE | DF | 7B | 0 | 0 | 2D | D | 3D | 3D | 44 |
| Octal | 336 | 337 | 173 | 0 | 0 | 55 | 15 | 75 | 75 | 104 |
| Binary | 11011110 | 11011111 | 1111011 | 0 | 0 | 101101 | 1101 | 111101 | 111101 | 1000100 |
Color Harmonies of #DEDF7B
Complementary color
Monochromatic Colors of #DEDF7B
Black with #DEDF7B
Text Example
Text Example
White with #DEDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF7B; }
p { color: rgb(222,223,123); }
H1.HeaderClassName
{
color: #DEDF7B;
}
.AnyTagClassName
{
color: #DEDF7B;
}
</style>
background-color css
<style>
a { background-color: #DEDF7B; }
a { background-color: rgb(222,223,123); }
div.DivClassName
{
background-color: #DEDF7B;
}
.BgClassName
{
background-color: #DEDF7B;
}
</style>
border-color css
<style>
span { border-color: #DEDF7B; }
span { border-color: rgb(222,223,123); }
td.TdClassName
{
border-color: #DEDF7B;
}
.TagClassName
{
border-color: #DEDF7B;
}
</style>