Shades of Goldenrod #DCE07B
Tints of Goldenrod #DCE07B
RGB
CMYK
RGB Variations
Color information
#DCE07B (or 0xDCE07B) is known color: Goldenrod. HEX triplet: DC, E0 and 7B. RGB value is (220,224,123). Sum of RGB (Red+Green+Blue) = 220+224+123=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE07B is #231F84. Grayscale: #D3D3D3. Windows color (decimal): -2301829 or 8118492. OLE color: 8118492.
HSL color Cylindrical-coordinate representation of color #DCE07B: hue angle of 62.38º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE07B is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 123 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.12 |
| HSL | 62.38º | 0.62% | 0.68% | - |
| HSV(B) | 62.38º | 0.45% | 0.88% | - |
| XYZ | 59.75 | 69.96 | 29.09 | - |
| YUV | 211.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 123 | 0.02 | 0 | 0.45 | 0.12 | 62.38 | 0.62 | 0.68 |
| Hex | DC | E0 | 7B | 2 | 0 | 2D | C | 3E | 3E | 44 |
| Octal | 334 | 340 | 173 | 2 | 0 | 55 | 14 | 76 | 76 | 104 |
| Binary | 11011100 | 11100000 | 1111011 | 10 | 0 | 101101 | 1100 | 111110 | 111110 | 1000100 |
Color Harmonies of #DCE07B
Complementary color
Monochromatic Colors of #DCE07B
Black with #DCE07B
Text Example
Text Example
White with #DCE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE07B; }
p { color: rgb(220,224,123); }
H1.HeaderClassName
{
color: #DCE07B;
}
.AnyTagClassName
{
color: #DCE07B;
}
</style>
background-color css
<style>
a { background-color: #DCE07B; }
a { background-color: rgb(220,224,123); }
div.DivClassName
{
background-color: #DCE07B;
}
.BgClassName
{
background-color: #DCE07B;
}
</style>
border-color css
<style>
span { border-color: #DCE07B; }
span { border-color: rgb(220,224,123); }
td.TdClassName
{
border-color: #DCE07B;
}
.TagClassName
{
border-color: #DCE07B;
}
</style>