Shades of Sunflower #DCC00B
Tints of Sunflower #DCC00B
RGB
CMYK
RGB Variations
Color information
#DCC00B (or 0xDCC00B) is known color: Sunflower. HEX triplet: DC, C0 and 0B. RGB value is (220,192,11). Sum of RGB (Red+Green+Blue) = 220+192+11=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC00B is #233FF4. Grayscale: #B4B4B4. Windows color (decimal): -2310133 or 770268. OLE color: 770268.
HSL color Cylindrical-coordinate representation of color #DCC00B: hue angle of 51.96º 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 #DCC00B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.14 |
| HSL | 51.96º | 0.9% | 0.45% | - |
| HSV(B) | 51.96º | 0.95% | 0.86% | - |
| XYZ | 48.43 | 52.94 | 7.98 | - |
| YUV | 179.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 11 | 0 | 0.13 | 0.95 | 0.14 | 51.96 | 0.9 | 0.45 |
| Hex | DC | C0 | B | 0 | D | 5F | E | 34 | 5A | 2D |
| Octal | 334 | 300 | 13 | 0 | 15 | 137 | 16 | 64 | 132 | 55 |
| Binary | 11011100 | 11000000 | 1011 | 0 | 1101 | 1011111 | 1110 | 110100 | 1011010 | 101101 |
Color Harmonies of #DCC00B
Complementary color
Monochromatic Colors of #DCC00B
Black with #DCC00B
Text Example
Text Example
White with #DCC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC00B; }
p { color: rgb(220,192,11); }
H1.HeaderClassName
{
color: #DCC00B;
}
.AnyTagClassName
{
color: #DCC00B;
}
</style>
background-color css
<style>
a { background-color: #DCC00B; }
a { background-color: rgb(220,192,11); }
div.DivClassName
{
background-color: #DCC00B;
}
.BgClassName
{
background-color: #DCC00B;
}
</style>
border-color css
<style>
span { border-color: #DCC00B; }
span { border-color: rgb(220,192,11); }
td.TdClassName
{
border-color: #DCC00B;
}
.TagClassName
{
border-color: #DCC00B;
}
</style>