Shades of Bird Flower #D1CB03
Tints of Bird Flower #D1CB03
RGB
CMYK
RGB Variations
Color information
#D1CB03 (or 0xD1CB03) is known color: Bird Flower. HEX triplet: D1, CB and 03. RGB value is (209,203,3). Sum of RGB (Red+Green+Blue) = 209+203+3=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CB03 is #2E34FC. Grayscale: #B6B6B6. Windows color (decimal): -3028221 or 248785. OLE color: 248785.
HSL color Cylindrical-coordinate representation of color #D1CB03: hue angle of 58.25º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1CB03 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.18 |
| HSL | 58.25º | 0.97% | 0.42% | - |
| HSV(B) | 58.25º | 0.99% | 0.82% | - |
| XYZ | 47.67 | 56.27 | 8.44 | - |
| YUV | 181.99 | 26.99 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 3 | 0 | 0.03 | 0.99 | 0.18 | 58.25 | 0.97 | 0.42 |
| Hex | D1 | CB | 3 | 0 | 3 | 63 | 12 | 3A | 61 | 2A |
| Octal | 321 | 313 | 3 | 0 | 3 | 143 | 22 | 72 | 141 | 52 |
| Binary | 11010001 | 11001011 | 11 | 0 | 11 | 1100011 | 10010 | 111010 | 1100001 | 101010 |
Color Harmonies of #D1CB03
Complementary color
Monochromatic Colors of #D1CB03
Black with #D1CB03
Text Example
Text Example
White with #D1CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB03; }
p { color: rgb(209,203,3); }
H1.HeaderClassName
{
color: #D1CB03;
}
.AnyTagClassName
{
color: #D1CB03;
}
</style>
background-color css
<style>
a { background-color: #D1CB03; }
a { background-color: rgb(209,203,3); }
div.DivClassName
{
background-color: #D1CB03;
}
.BgClassName
{
background-color: #D1CB03;
}
</style>
border-color css
<style>
span { border-color: #D1CB03; }
span { border-color: rgb(209,203,3); }
td.TdClassName
{
border-color: #D1CB03;
}
.TagClassName
{
border-color: #D1CB03;
}
</style>