Shades of Bird Flower #D5C308
Tints of Bird Flower #D5C308
RGB
CMYK
RGB Variations
Color information
#D5C308 (or 0xD5C308) is known color: Bird Flower. HEX triplet: D5, C3 and 08. RGB value is (213,195,8). Sum of RGB (Red+Green+Blue) = 213+195+8=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C308 is #2A3CF7. Grayscale: #B3B3B3. Windows color (decimal): -2768120 or 574421. OLE color: 574421.
HSL color Cylindrical-coordinate representation of color #D5C308: hue angle of 54.73º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5C308 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.16 |
| HSL | 54.73º | 0.93% | 0.43% | - |
| HSV(B) | 54.73º | 0.96% | 0.84% | - |
| XYZ | 47 | 53.19 | 8.02 | - |
| YUV | 179.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 8 | 0 | 0.08 | 0.96 | 0.16 | 54.73 | 0.93 | 0.43 |
| Hex | D5 | C3 | 8 | 0 | 8 | 60 | 10 | 37 | 5D | 2B |
| Octal | 325 | 303 | 10 | 0 | 10 | 140 | 20 | 67 | 135 | 53 |
| Binary | 11010101 | 11000011 | 1000 | 0 | 1000 | 1100000 | 10000 | 110111 | 1011101 | 101011 |
Color Harmonies of #D5C308
Complementary color
Monochromatic Colors of #D5C308
Black with #D5C308
Text Example
Text Example
White with #D5C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C308; }
p { color: rgb(213,195,8); }
H1.HeaderClassName
{
color: #D5C308;
}
.AnyTagClassName
{
color: #D5C308;
}
</style>
background-color css
<style>
a { background-color: #D5C308; }
a { background-color: rgb(213,195,8); }
div.DivClassName
{
background-color: #D5C308;
}
.BgClassName
{
background-color: #D5C308;
}
</style>
border-color css
<style>
span { border-color: #D5C308; }
span { border-color: rgb(213,195,8); }
td.TdClassName
{
border-color: #D5C308;
}
.TagClassName
{
border-color: #D5C308;
}
</style>