Shades of Sunflower #DCBB23
Tints of Sunflower #DCBB23
RGB
CMYK
RGB Variations
Color information
#DCBB23 (or 0xDCBB23) is known color: Sunflower. HEX triplet: DC, BB and 23. RGB value is (220,187,35). Sum of RGB (Red+Green+Blue) = 220+187+35=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 35 (14.06% from 255 or 7.92% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB23 is #2344DC. Grayscale: #B4B4B4. Windows color (decimal): -2311389 or 2341852. OLE color: 2341852.
HSL color Cylindrical-coordinate representation of color #DCBB23: hue angle of 49.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCBB23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.14 |
| HSL | 49.3º | 0.73% | 0.5% | - |
| HSV(B) | 49.3º | 0.84% | 0.86% | - |
| XYZ | 47.59 | 50.88 | 8.9 | - |
| YUV | 179.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 35 | 0 | 0.15 | 0.84 | 0.14 | 49.3 | 0.73 | 0.5 |
| Hex | DC | BB | 23 | 0 | F | 54 | E | 31 | 49 | 32 |
| Octal | 334 | 273 | 43 | 0 | 17 | 124 | 16 | 61 | 111 | 62 |
| Binary | 11011100 | 10111011 | 100011 | 0 | 1111 | 1010100 | 1110 | 110001 | 1001001 | 110010 |
Color Harmonies of #DCBB23
Complementary color
Monochromatic Colors of #DCBB23
Black with #DCBB23
Text Example
Text Example
White with #DCBB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB23; }
p { color: rgb(220,187,35); }
H1.HeaderClassName
{
color: #DCBB23;
}
.AnyTagClassName
{
color: #DCBB23;
}
</style>
background-color css
<style>
a { background-color: #DCBB23; }
a { background-color: rgb(220,187,35); }
div.DivClassName
{
background-color: #DCBB23;
}
.BgClassName
{
background-color: #DCBB23;
}
</style>
border-color css
<style>
span { border-color: #DCBB23; }
span { border-color: rgb(220,187,35); }
td.TdClassName
{
border-color: #DCBB23;
}
.TagClassName
{
border-color: #DCBB23;
}
</style>