Shades of Bird Flower #D6CB03
Tints of Bird Flower #D6CB03
RGB
CMYK
RGB Variations
Color information
#D6CB03 (or 0xD6CB03) is known color: Bird Flower. HEX triplet: D6, CB and 03. RGB value is (214,203,3). Sum of RGB (Red+Green+Blue) = 214+203+3=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CB03 is #2934FC. Grayscale: #B8B8B8. Windows color (decimal): -2700541 or 248790. OLE color: 248790.
HSL color Cylindrical-coordinate representation of color #D6CB03: hue angle of 56.87º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6CB03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.16 |
| HSL | 56.87º | 0.97% | 0.43% | - |
| HSV(B) | 56.87º | 0.99% | 0.84% | - |
| XYZ | 49.1 | 57.01 | 8.5 | - |
| YUV | 183.49 | 26.14 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 3 | 0 | 0.05 | 0.99 | 0.16 | 56.87 | 0.97 | 0.43 |
| Hex | D6 | CB | 3 | 0 | 5 | 63 | 10 | 39 | 61 | 2B |
| Octal | 326 | 313 | 3 | 0 | 5 | 143 | 20 | 71 | 141 | 53 |
| Binary | 11010110 | 11001011 | 11 | 0 | 101 | 1100011 | 10000 | 111001 | 1100001 | 101011 |
Color Harmonies of #D6CB03
Complementary color
Monochromatic Colors of #D6CB03
Black with #D6CB03
Text Example
Text Example
White with #D6CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB03; }
p { color: rgb(214,203,3); }
H1.HeaderClassName
{
color: #D6CB03;
}
.AnyTagClassName
{
color: #D6CB03;
}
</style>
background-color css
<style>
a { background-color: #D6CB03; }
a { background-color: rgb(214,203,3); }
div.DivClassName
{
background-color: #D6CB03;
}
.BgClassName
{
background-color: #D6CB03;
}
</style>
border-color css
<style>
span { border-color: #D6CB03; }
span { border-color: rgb(214,203,3); }
td.TdClassName
{
border-color: #D6CB03;
}
.TagClassName
{
border-color: #D6CB03;
}
</style>