Shades of Sunflower #DCC10B
Tints of Sunflower #DCC10B
RGB
CMYK
RGB Variations
Color information
#DCC10B (or 0xDCC10B) is known color: Sunflower. HEX triplet: DC, C1 and 0B. RGB value is (220,193,11). Sum of RGB (Red+Green+Blue) = 220+193+11=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC10B is #233EF4. Grayscale: #B5B5B5. Windows color (decimal): -2309877 or 770524. OLE color: 770524.
HSL color Cylindrical-coordinate representation of color #DCC10B: hue angle of 52.25º 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 #DCC10B is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 11 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.14 |
| HSL | 52.25º | 0.9% | 0.45% | - |
| HSV(B) | 52.25º | 0.95% | 0.86% | - |
| XYZ | 48.65 | 53.38 | 8.06 | - |
| YUV | 180.33 | 32.45 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 11 | 0 | 0.12 | 0.95 | 0.14 | 52.25 | 0.9 | 0.45 |
| Hex | DC | C1 | B | 0 | C | 5F | E | 34 | 5A | 2D |
| Octal | 334 | 301 | 13 | 0 | 14 | 137 | 16 | 64 | 132 | 55 |
| Binary | 11011100 | 11000001 | 1011 | 0 | 1100 | 1011111 | 1110 | 110100 | 1011010 | 101101 |
Color Harmonies of #DCC10B
Complementary color
Monochromatic Colors of #DCC10B
Black with #DCC10B
Text Example
Text Example
White with #DCC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC10B; }
p { color: rgb(220,193,11); }
H1.HeaderClassName
{
color: #DCC10B;
}
.AnyTagClassName
{
color: #DCC10B;
}
</style>
background-color css
<style>
a { background-color: #DCC10B; }
a { background-color: rgb(220,193,11); }
div.DivClassName
{
background-color: #DCC10B;
}
.BgClassName
{
background-color: #DCC10B;
}
</style>
border-color css
<style>
span { border-color: #DCC10B; }
span { border-color: rgb(220,193,11); }
td.TdClassName
{
border-color: #DCC10B;
}
.TagClassName
{
border-color: #DCC10B;
}
</style>