Shades of Sunflower #D5B623
Tints of Sunflower #D5B623
RGB
CMYK
RGB Variations
Color information
#D5B623 (or 0xD5B623) is known color: Sunflower. HEX triplet: D5, B6 and 23. RGB value is (213,182,35). Sum of RGB (Red+Green+Blue) = 213+182+35=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B623 is #2A49DC. Grayscale: #AFAFAF. Windows color (decimal): -2771421 or 2340565. OLE color: 2340565.
HSL color Cylindrical-coordinate representation of color #D5B623: hue angle of 49.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5B623 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 182 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.16 |
| HSL | 49.55º | 0.72% | 0.49% | - |
| HSV(B) | 49.55º | 0.84% | 0.84% | - |
| XYZ | 44.47 | 47.72 | 8.46 | - |
| YUV | 174.51 | 49.27 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 182 | 35 | 0 | 0.15 | 0.84 | 0.16 | 49.55 | 0.72 | 0.49 |
| Hex | D5 | B6 | 23 | 0 | F | 54 | 10 | 32 | 48 | 31 |
| Octal | 325 | 266 | 43 | 0 | 17 | 124 | 20 | 62 | 110 | 61 |
| Binary | 11010101 | 10110110 | 100011 | 0 | 1111 | 1010100 | 10000 | 110010 | 1001000 | 110001 |
Color Harmonies of #D5B623
Complementary color
Monochromatic Colors of #D5B623
Black with #D5B623
Text Example
Text Example
White with #D5B623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B623; }
p { color: rgb(213,182,35); }
H1.HeaderClassName
{
color: #D5B623;
}
.AnyTagClassName
{
color: #D5B623;
}
</style>
background-color css
<style>
a { background-color: #D5B623; }
a { background-color: rgb(213,182,35); }
div.DivClassName
{
background-color: #D5B623;
}
.BgClassName
{
background-color: #D5B623;
}
</style>
border-color css
<style>
span { border-color: #D5B623; }
span { border-color: rgb(213,182,35); }
td.TdClassName
{
border-color: #D5B623;
}
.TagClassName
{
border-color: #D5B623;
}
</style>