Shades of Bird Flower #D4CB03
Tints of Bird Flower #D4CB03
RGB
CMYK
RGB Variations
Color information
#D4CB03 (or 0xD4CB03) is known color: Bird Flower. HEX triplet: D4, CB and 03. RGB value is (212,203,3). Sum of RGB (Red+Green+Blue) = 212+203+3=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CB03 is #2B34FC. Grayscale: #B7B7B7. Windows color (decimal): -2831613 or 248788. OLE color: 248788.
HSL color Cylindrical-coordinate representation of color #D4CB03: hue angle of 57.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4CB03 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.17 |
| HSL | 57.42º | 0.97% | 0.42% | - |
| HSV(B) | 57.42º | 0.99% | 0.83% | - |
| XYZ | 48.52 | 56.72 | 8.48 | - |
| YUV | 182.89 | 26.48 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 3 | 0 | 0.04 | 0.99 | 0.17 | 57.42 | 0.97 | 0.42 |
| Hex | D4 | CB | 3 | 0 | 4 | 63 | 11 | 39 | 61 | 2A |
| Octal | 324 | 313 | 3 | 0 | 4 | 143 | 21 | 71 | 141 | 52 |
| Binary | 11010100 | 11001011 | 11 | 0 | 100 | 1100011 | 10001 | 111001 | 1100001 | 101010 |
Color Harmonies of #D4CB03
Complementary color
Monochromatic Colors of #D4CB03
Black with #D4CB03
Text Example
Text Example
White with #D4CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB03; }
p { color: rgb(212,203,3); }
H1.HeaderClassName
{
color: #D4CB03;
}
.AnyTagClassName
{
color: #D4CB03;
}
</style>
background-color css
<style>
a { background-color: #D4CB03; }
a { background-color: rgb(212,203,3); }
div.DivClassName
{
background-color: #D4CB03;
}
.BgClassName
{
background-color: #D4CB03;
}
</style>
border-color css
<style>
span { border-color: #D4CB03; }
span { border-color: rgb(212,203,3); }
td.TdClassName
{
border-color: #D4CB03;
}
.TagClassName
{
border-color: #D4CB03;
}
</style>