Shades of Bird Flower #D5C30A
Tints of Bird Flower #D5C30A
RGB
CMYK
RGB Variations
Color information
#D5C30A (or 0xD5C30A) is known color: Bird Flower. HEX triplet: D5, C3 and 0A. RGB value is (213,195,10). Sum of RGB (Red+Green+Blue) = 213+195+10=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C30A is #2A3CF5. Grayscale: #B4B4B4. Windows color (decimal): -2768118 or 705493. OLE color: 705493.
HSL color Cylindrical-coordinate representation of color #D5C30A: hue angle of 54.68º degrees, saturation: 0.91, 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 #D5C30A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 10 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.16 |
| HSL | 54.68º | 0.91% | 0.44% | - |
| HSV(B) | 54.68º | 0.95% | 0.84% | - |
| XYZ | 47.01 | 53.2 | 8.08 | - |
| YUV | 179.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 10 | 0 | 0.08 | 0.95 | 0.16 | 54.68 | 0.91 | 0.44 |
| Hex | D5 | C3 | A | 0 | 8 | 5F | 10 | 37 | 5B | 2C |
| Octal | 325 | 303 | 12 | 0 | 10 | 137 | 20 | 67 | 133 | 54 |
| Binary | 11010101 | 11000011 | 1010 | 0 | 1000 | 1011111 | 10000 | 110111 | 1011011 | 101100 |
Color Harmonies of #D5C30A
Complementary color
Monochromatic Colors of #D5C30A
Black with #D5C30A
Text Example
Text Example
White with #D5C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C30A; }
p { color: rgb(213,195,10); }
H1.HeaderClassName
{
color: #D5C30A;
}
.AnyTagClassName
{
color: #D5C30A;
}
</style>
background-color css
<style>
a { background-color: #D5C30A; }
a { background-color: rgb(213,195,10); }
div.DivClassName
{
background-color: #D5C30A;
}
.BgClassName
{
background-color: #D5C30A;
}
</style>
border-color css
<style>
span { border-color: #D5C30A; }
span { border-color: rgb(213,195,10); }
td.TdClassName
{
border-color: #D5C30A;
}
.TagClassName
{
border-color: #D5C30A;
}
</style>