Shades of Sunflower #D2B923
Tints of Sunflower #D2B923
RGB
CMYK
RGB Variations
Color information
#D2B923 (or 0xD2B923) is known color: Sunflower. HEX triplet: D2, B9 and 23. RGB value is (210,185,35). Sum of RGB (Red+Green+Blue) = 210+185+35=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B923 is #2D46DC. Grayscale: #AFAFAF. Windows color (decimal): -2967261 or 2341330. OLE color: 2341330.
HSL color Cylindrical-coordinate representation of color #D2B923: hue angle of 51.43º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2B923 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 35 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.18 |
| HSL | 51.43º | 0.71% | 0.48% | - |
| HSV(B) | 51.43º | 0.83% | 0.82% | - |
| XYZ | 44.23 | 48.52 | 8.62 | - |
| YUV | 175.38 | 48.78 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 35 | 0 | 0.12 | 0.83 | 0.18 | 51.43 | 0.71 | 0.48 |
| Hex | D2 | B9 | 23 | 0 | C | 53 | 12 | 33 | 47 | 30 |
| Octal | 322 | 271 | 43 | 0 | 14 | 123 | 22 | 63 | 107 | 60 |
| Binary | 11010010 | 10111001 | 100011 | 0 | 1100 | 1010011 | 10010 | 110011 | 1000111 | 110000 |
Color Harmonies of #D2B923
Complementary color
Monochromatic Colors of #D2B923
Black with #D2B923
Text Example
Text Example
White with #D2B923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B923; }
p { color: rgb(210,185,35); }
H1.HeaderClassName
{
color: #D2B923;
}
.AnyTagClassName
{
color: #D2B923;
}
</style>
background-color css
<style>
a { background-color: #D2B923; }
a { background-color: rgb(210,185,35); }
div.DivClassName
{
background-color: #D2B923;
}
.BgClassName
{
background-color: #D2B923;
}
</style>
border-color css
<style>
span { border-color: #D2B923; }
span { border-color: rgb(210,185,35); }
td.TdClassName
{
border-color: #D2B923;
}
.TagClassName
{
border-color: #D2B923;
}
</style>