Shades of Bird Flower #D5C30C
Tints of Bird Flower #D5C30C
RGB
CMYK
RGB Variations
Color information
#D5C30C (or 0xD5C30C) is known color: Bird Flower. HEX triplet: D5, C3 and 0C. RGB value is (213,195,12). Sum of RGB (Red+Green+Blue) = 213+195+12=420 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.71% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C30C is #2A3CF3. Grayscale: #B4B4B4. Windows color (decimal): -2768116 or 836565. OLE color: 836565.
HSL color Cylindrical-coordinate representation of color #D5C30C: hue angle of 54.63º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5C30C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.16 |
| HSL | 54.63º | 0.89% | 0.44% | - |
| HSV(B) | 54.63º | 0.94% | 0.84% | - |
| XYZ | 47.02 | 53.2 | 8.14 | - |
| YUV | 179.52 | 33.46 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 12 | 0 | 0.08 | 0.94 | 0.16 | 54.63 | 0.89 | 0.44 |
| Hex | D5 | C3 | C | 0 | 8 | 5E | 10 | 37 | 59 | 2C |
| Octal | 325 | 303 | 14 | 0 | 10 | 136 | 20 | 67 | 131 | 54 |
| Binary | 11010101 | 11000011 | 1100 | 0 | 1000 | 1011110 | 10000 | 110111 | 1011001 | 101100 |
Color Harmonies of #D5C30C
Complementary color
Monochromatic Colors of #D5C30C
Black with #D5C30C
Text Example
Text Example
White with #D5C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C30C; }
p { color: rgb(213,195,12); }
H1.HeaderClassName
{
color: #D5C30C;
}
.AnyTagClassName
{
color: #D5C30C;
}
</style>
background-color css
<style>
a { background-color: #D5C30C; }
a { background-color: rgb(213,195,12); }
div.DivClassName
{
background-color: #D5C30C;
}
.BgClassName
{
background-color: #D5C30C;
}
</style>
border-color css
<style>
span { border-color: #D5C30C; }
span { border-color: rgb(213,195,12); }
td.TdClassName
{
border-color: #D5C30C;
}
.TagClassName
{
border-color: #D5C30C;
}
</style>