Shades of Sunflower #DCC22B
Tints of Sunflower #DCC22B
RGB
CMYK
RGB Variations
Color information
#DCC22B (or 0xDCC22B) is known color: Sunflower. HEX triplet: DC, C2 and 2B. RGB value is (220,194,43). Sum of RGB (Red+Green+Blue) = 220+194+43=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC22B is #233DD4. Grayscale: #B9B9B9. Windows color (decimal): -2309589 or 2867932. OLE color: 2867932.
HSL color Cylindrical-coordinate representation of color #DCC22B: hue angle of 51.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC22B is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 43 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.14 |
| HSL | 51.19º | 0.72% | 0.52% | - |
| HSV(B) | 51.19º | 0.8% | 0.86% | - |
| XYZ | 49.24 | 53.97 | 10.11 | - |
| YUV | 184.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 43 | 0 | 0.12 | 0.80 | 0.14 | 51.19 | 0.72 | 0.52 |
| Hex | DC | C2 | 2B | 0 | C | 50 | E | 33 | 48 | 34 |
| Octal | 334 | 302 | 53 | 0 | 14 | 120 | 16 | 63 | 110 | 64 |
| Binary | 11011100 | 11000010 | 101011 | 0 | 1100 | 1010000 | 1110 | 110011 | 1001000 | 110100 |
Color Harmonies of #DCC22B
Complementary color
Monochromatic Colors of #DCC22B
Black with #DCC22B
Text Example
Text Example
White with #DCC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC22B; }
p { color: rgb(220,194,43); }
H1.HeaderClassName
{
color: #DCC22B;
}
.AnyTagClassName
{
color: #DCC22B;
}
</style>
background-color css
<style>
a { background-color: #DCC22B; }
a { background-color: rgb(220,194,43); }
div.DivClassName
{
background-color: #DCC22B;
}
.BgClassName
{
background-color: #DCC22B;
}
</style>
border-color css
<style>
span { border-color: #DCC22B; }
span { border-color: rgb(220,194,43); }
td.TdClassName
{
border-color: #DCC22B;
}
.TagClassName
{
border-color: #DCC22B;
}
</style>