Shades of Sunflower #DCC60B
Tints of Sunflower #DCC60B
RGB
CMYK
RGB Variations
Color information
#DCC60B (or 0xDCC60B) is known color: Sunflower. HEX triplet: DC, C6 and 0B. RGB value is (220,198,11). Sum of RGB (Red+Green+Blue) = 220+198+11=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC60B is #2339F4. Grayscale: #B8B8B8. Windows color (decimal): -2308597 or 771804. OLE color: 771804.
HSL color Cylindrical-coordinate representation of color #DCC60B: hue angle of 53.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC60B is Cyan = 0, Magento = 0.1, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 11 | - |
| CMYK | 0 | 0.1 | 0.95 | 0.14 |
| HSL | 53.68º | 0.9% | 0.45% | - |
| HSV(B) | 53.68º | 0.95% | 0.86% | - |
| XYZ | 49.77 | 55.63 | 8.43 | - |
| YUV | 183.26 | 30.79 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 11 | 0 | 0.1 | 0.95 | 0.14 | 53.68 | 0.9 | 0.45 |
| Hex | DC | C6 | B | 0 | A | 5F | E | 36 | 5A | 2D |
| Octal | 334 | 306 | 13 | 0 | 12 | 137 | 16 | 66 | 132 | 55 |
| Binary | 11011100 | 11000110 | 1011 | 0 | 1010 | 1011111 | 1110 | 110110 | 1011010 | 101101 |
Color Harmonies of #DCC60B
Complementary color
Monochromatic Colors of #DCC60B
Black with #DCC60B
Text Example
Text Example
White with #DCC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC60B; }
p { color: rgb(220,198,11); }
H1.HeaderClassName
{
color: #DCC60B;
}
.AnyTagClassName
{
color: #DCC60B;
}
</style>
background-color css
<style>
a { background-color: #DCC60B; }
a { background-color: rgb(220,198,11); }
div.DivClassName
{
background-color: #DCC60B;
}
.BgClassName
{
background-color: #DCC60B;
}
</style>
border-color css
<style>
span { border-color: #DCC60B; }
span { border-color: rgb(220,198,11); }
td.TdClassName
{
border-color: #DCC60B;
}
.TagClassName
{
border-color: #DCC60B;
}
</style>