Shades of Sunflower #DCBD22
Tints of Sunflower #DCBD22
RGB
CMYK
RGB Variations
Color information
#DCBD22 (or 0xDCBD22) is known color: Sunflower. HEX triplet: DC, BD and 22. RGB value is (220,189,34). Sum of RGB (Red+Green+Blue) = 220+189+34=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD22 is #2342DD. Grayscale: #B5B5B5. Windows color (decimal): -2310878 or 2276828. OLE color: 2276828.
HSL color Cylindrical-coordinate representation of color #DCBD22: hue angle of 50º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCBD22 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 34 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.14 |
| HSL | 50º | 0.73% | 0.5% | - |
| HSV(B) | 50º | 0.85% | 0.86% | - |
| XYZ | 48 | 51.73 | 8.97 | - |
| YUV | 180.6 | 45.27 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 34 | 0 | 0.14 | 0.85 | 0.14 | 50 | 0.73 | 0.5 |
| Hex | DC | BD | 22 | 0 | E | 55 | E | 32 | 49 | 32 |
| Octal | 334 | 275 | 42 | 0 | 16 | 125 | 16 | 62 | 111 | 62 |
| Binary | 11011100 | 10111101 | 100010 | 0 | 1110 | 1010101 | 1110 | 110010 | 1001001 | 110010 |
Color Harmonies of #DCBD22
Complementary color
Monochromatic Colors of #DCBD22
Black with #DCBD22
Text Example
Text Example
White with #DCBD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD22; }
p { color: rgb(220,189,34); }
H1.HeaderClassName
{
color: #DCBD22;
}
.AnyTagClassName
{
color: #DCBD22;
}
</style>
background-color css
<style>
a { background-color: #DCBD22; }
a { background-color: rgb(220,189,34); }
div.DivClassName
{
background-color: #DCBD22;
}
.BgClassName
{
background-color: #DCBD22;
}
</style>
border-color css
<style>
span { border-color: #DCBD22; }
span { border-color: rgb(220,189,34); }
td.TdClassName
{
border-color: #DCBD22;
}
.TagClassName
{
border-color: #DCBD22;
}
</style>