Shades of Sunflower #DCBD26
Tints of Sunflower #DCBD26
RGB
CMYK
RGB Variations
Color information
#DCBD26 (or 0xDCBD26) is known color: Sunflower. HEX triplet: DC, BD and 26. RGB value is (220,189,38). Sum of RGB (Red+Green+Blue) = 220+189+38=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD26 is #2342D9. Grayscale: #B5B5B5. Windows color (decimal): -2310874 or 2538972. OLE color: 2538972.
HSL color Cylindrical-coordinate representation of color #DCBD26: hue angle of 49.78º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCBD26 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 38 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.14 |
| HSL | 49.78º | 0.72% | 0.51% | - |
| HSV(B) | 49.78º | 0.83% | 0.86% | - |
| XYZ | 48.06 | 51.75 | 9.29 | - |
| YUV | 181.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 38 | 0 | 0.14 | 0.83 | 0.14 | 49.78 | 0.72 | 0.51 |
| Hex | DC | BD | 26 | 0 | E | 53 | E | 32 | 48 | 33 |
| Octal | 334 | 275 | 46 | 0 | 16 | 123 | 16 | 62 | 110 | 63 |
| Binary | 11011100 | 10111101 | 100110 | 0 | 1110 | 1010011 | 1110 | 110010 | 1001000 | 110011 |
Color Harmonies of #DCBD26
Complementary color
Monochromatic Colors of #DCBD26
Black with #DCBD26
Text Example
Text Example
White with #DCBD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD26; }
p { color: rgb(220,189,38); }
H1.HeaderClassName
{
color: #DCBD26;
}
.AnyTagClassName
{
color: #DCBD26;
}
</style>
background-color css
<style>
a { background-color: #DCBD26; }
a { background-color: rgb(220,189,38); }
div.DivClassName
{
background-color: #DCBD26;
}
.BgClassName
{
background-color: #DCBD26;
}
</style>
border-color css
<style>
span { border-color: #DCBD26; }
span { border-color: rgb(220,189,38); }
td.TdClassName
{
border-color: #DCBD26;
}
.TagClassName
{
border-color: #DCBD26;
}
</style>