Shades of Sunflower #DCBD1A
Tints of Sunflower #DCBD1A
RGB
CMYK
RGB Variations
Color information
#DCBD1A (or 0xDCBD1A) is known color: Sunflower. HEX triplet: DC, BD and 1A. RGB value is (220,189,26). Sum of RGB (Red+Green+Blue) = 220+189+26=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD1A is #2342E5. Grayscale: #B4B4B4. Windows color (decimal): -2310886 or 1752540. OLE color: 1752540.
HSL color Cylindrical-coordinate representation of color #DCBD1A: hue angle of 50.41º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCBD1A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 26 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.14 |
| HSL | 50.41º | 0.79% | 0.48% | - |
| HSV(B) | 50.41º | 0.88% | 0.86% | - |
| XYZ | 47.9 | 51.69 | 8.43 | - |
| YUV | 179.69 | 41.27 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 26 | 0 | 0.14 | 0.88 | 0.14 | 50.41 | 0.79 | 0.48 |
| Hex | DC | BD | 1A | 0 | E | 58 | E | 32 | 4F | 30 |
| Octal | 334 | 275 | 32 | 0 | 16 | 130 | 16 | 62 | 117 | 60 |
| Binary | 11011100 | 10111101 | 11010 | 0 | 1110 | 1011000 | 1110 | 110010 | 1001111 | 110000 |
Color Harmonies of #DCBD1A
Complementary color
Monochromatic Colors of #DCBD1A
Black with #DCBD1A
Text Example
Text Example
White with #DCBD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD1A; }
p { color: rgb(220,189,26); }
H1.HeaderClassName
{
color: #DCBD1A;
}
.AnyTagClassName
{
color: #DCBD1A;
}
</style>
background-color css
<style>
a { background-color: #DCBD1A; }
a { background-color: rgb(220,189,26); }
div.DivClassName
{
background-color: #DCBD1A;
}
.BgClassName
{
background-color: #DCBD1A;
}
</style>
border-color css
<style>
span { border-color: #DCBD1A; }
span { border-color: rgb(220,189,26); }
td.TdClassName
{
border-color: #DCBD1A;
}
.TagClassName
{
border-color: #DCBD1A;
}
</style>