Shades of Bird Flower #D5CB03
Tints of Bird Flower #D5CB03
RGB
CMYK
RGB Variations
Color information
#D5CB03 (or 0xD5CB03) is known color: Bird Flower. HEX triplet: D5, CB and 03. RGB value is (213,203,3). Sum of RGB (Red+Green+Blue) = 213+203+3=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CB03 is #2A34FC. Grayscale: #B8B8B8. Windows color (decimal): -2766077 or 248789. OLE color: 248789.
HSL color Cylindrical-coordinate representation of color #D5CB03: hue angle of 57.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5CB03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.16 |
| HSL | 57.14º | 0.97% | 0.42% | - |
| HSV(B) | 57.14º | 0.99% | 0.84% | - |
| XYZ | 48.81 | 56.86 | 8.49 | - |
| YUV | 183.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 3 | 0 | 0.05 | 0.99 | 0.16 | 57.14 | 0.97 | 0.42 |
| Hex | D5 | CB | 3 | 0 | 5 | 63 | 10 | 39 | 61 | 2A |
| Octal | 325 | 313 | 3 | 0 | 5 | 143 | 20 | 71 | 141 | 52 |
| Binary | 11010101 | 11001011 | 11 | 0 | 101 | 1100011 | 10000 | 111001 | 1100001 | 101010 |
Color Harmonies of #D5CB03
Complementary color
Monochromatic Colors of #D5CB03
Black with #D5CB03
Text Example
Text Example
White with #D5CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB03; }
p { color: rgb(213,203,3); }
H1.HeaderClassName
{
color: #D5CB03;
}
.AnyTagClassName
{
color: #D5CB03;
}
</style>
background-color css
<style>
a { background-color: #D5CB03; }
a { background-color: rgb(213,203,3); }
div.DivClassName
{
background-color: #D5CB03;
}
.BgClassName
{
background-color: #D5CB03;
}
</style>
border-color css
<style>
span { border-color: #D5CB03; }
span { border-color: rgb(213,203,3); }
td.TdClassName
{
border-color: #D5CB03;
}
.TagClassName
{
border-color: #D5CB03;
}
</style>