Shades of Sunflower #D7C319
Tints of Sunflower #D7C319
RGB
CMYK
RGB Variations
Color information
#D7C319 (or 0xD7C319) is known color: Sunflower. HEX triplet: D7, C3 and 19. RGB value is (215,195,25). Sum of RGB (Red+Green+Blue) = 215+195+25=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C319 is #283CE6. Grayscale: #B6B6B6. Windows color (decimal): -2637031 or 1688535. OLE color: 1688535.
HSL color Cylindrical-coordinate representation of color #D7C319: hue angle of 53.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7C319 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 25 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.16 |
| HSL | 53.68º | 0.79% | 0.47% | - |
| HSV(B) | 53.68º | 0.88% | 0.84% | - |
| XYZ | 47.71 | 53.55 | 8.74 | - |
| YUV | 181.6 | 39.63 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 25 | 0 | 0.09 | 0.88 | 0.16 | 53.68 | 0.79 | 0.47 |
| Hex | D7 | C3 | 19 | 0 | 9 | 58 | 10 | 36 | 4F | 2F |
| Octal | 327 | 303 | 31 | 0 | 11 | 130 | 20 | 66 | 117 | 57 |
| Binary | 11010111 | 11000011 | 11001 | 0 | 1001 | 1011000 | 10000 | 110110 | 1001111 | 101111 |
Color Harmonies of #D7C319
Complementary color
Monochromatic Colors of #D7C319
Black with #D7C319
Text Example
Text Example
White with #D7C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C319; }
p { color: rgb(215,195,25); }
H1.HeaderClassName
{
color: #D7C319;
}
.AnyTagClassName
{
color: #D7C319;
}
</style>
background-color css
<style>
a { background-color: #D7C319; }
a { background-color: rgb(215,195,25); }
div.DivClassName
{
background-color: #D7C319;
}
.BgClassName
{
background-color: #D7C319;
}
</style>
border-color css
<style>
span { border-color: #D7C319; }
span { border-color: rgb(215,195,25); }
td.TdClassName
{
border-color: #D7C319;
}
.TagClassName
{
border-color: #D7C319;
}
</style>