Shades of Sunflower #D5AD0B
Tints of Sunflower #D5AD0B
RGB
CMYK
RGB Variations
Color information
#D5AD0B (or 0xD5AD0B) is known color: Sunflower. HEX triplet: D5, AD and 0B. RGB value is (213,173,11). Sum of RGB (Red+Green+Blue) = 213+173+11=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD0B is #2A52F4. Grayscale: #A7A7A7. Windows color (decimal): -2773749 or 765397. OLE color: 765397.
HSL color Cylindrical-coordinate representation of color #D5AD0B: hue angle of 48.12º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5AD0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.16 |
| HSL | 48.12º | 0.9% | 0.44% | - |
| HSV(B) | 48.12º | 0.95% | 0.84% | - |
| XYZ | 42.44 | 44.06 | 6.58 | - |
| YUV | 166.49 | 40.25 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 11 | 0 | 0.19 | 0.95 | 0.16 | 48.12 | 0.9 | 0.44 |
| Hex | D5 | AD | B | 0 | 13 | 5F | 10 | 30 | 5A | 2C |
| Octal | 325 | 255 | 13 | 0 | 23 | 137 | 20 | 60 | 132 | 54 |
| Binary | 11010101 | 10101101 | 1011 | 0 | 10011 | 1011111 | 10000 | 110000 | 1011010 | 101100 |
Color Harmonies of #D5AD0B
Complementary color
Monochromatic Colors of #D5AD0B
Black with #D5AD0B
Text Example
Text Example
White with #D5AD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD0B; }
p { color: rgb(213,173,11); }
H1.HeaderClassName
{
color: #D5AD0B;
}
.AnyTagClassName
{
color: #D5AD0B;
}
</style>
background-color css
<style>
a { background-color: #D5AD0B; }
a { background-color: rgb(213,173,11); }
div.DivClassName
{
background-color: #D5AD0B;
}
.BgClassName
{
background-color: #D5AD0B;
}
</style>
border-color css
<style>
span { border-color: #D5AD0B; }
span { border-color: rgb(213,173,11); }
td.TdClassName
{
border-color: #D5AD0B;
}
.TagClassName
{
border-color: #D5AD0B;
}
</style>