Shades of Bird Flower #D5C30F
Tints of Bird Flower #D5C30F
RGB
CMYK
RGB Variations
Color information
#D5C30F (or 0xD5C30F) is known color: Bird Flower. HEX triplet: D5, C3 and 0F. RGB value is (213,195,15). Sum of RGB (Red+Green+Blue) = 213+195+15=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C30F is #2A3CF0. Grayscale: #B4B4B4. Windows color (decimal): -2768113 or 1033173. OLE color: 1033173.
HSL color Cylindrical-coordinate representation of color #D5C30F: hue angle of 54.55º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5C30F is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 15 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.16 |
| HSL | 54.55º | 0.87% | 0.45% | - |
| HSV(B) | 54.55º | 0.93% | 0.84% | - |
| XYZ | 47.04 | 53.21 | 8.24 | - |
| YUV | 179.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 15 | 0 | 0.08 | 0.93 | 0.16 | 54.55 | 0.87 | 0.45 |
| Hex | D5 | C3 | F | 0 | 8 | 5D | 10 | 37 | 57 | 2D |
| Octal | 325 | 303 | 17 | 0 | 10 | 135 | 20 | 67 | 127 | 55 |
| Binary | 11010101 | 11000011 | 1111 | 0 | 1000 | 1011101 | 10000 | 110111 | 1010111 | 101101 |
Color Harmonies of #D5C30F
Complementary color
Monochromatic Colors of #D5C30F
Black with #D5C30F
Text Example
Text Example
White with #D5C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C30F; }
p { color: rgb(213,195,15); }
H1.HeaderClassName
{
color: #D5C30F;
}
.AnyTagClassName
{
color: #D5C30F;
}
</style>
background-color css
<style>
a { background-color: #D5C30F; }
a { background-color: rgb(213,195,15); }
div.DivClassName
{
background-color: #D5C30F;
}
.BgClassName
{
background-color: #D5C30F;
}
</style>
border-color css
<style>
span { border-color: #D5C30F; }
span { border-color: rgb(213,195,15); }
td.TdClassName
{
border-color: #D5C30F;
}
.TagClassName
{
border-color: #D5C30F;
}
</style>