Shades of Bird Flower #D6CC03
Tints of Bird Flower #D6CC03
RGB
CMYK
RGB Variations
Color information
#D6CC03 (or 0xD6CC03) is known color: Bird Flower. HEX triplet: D6, CC and 03. RGB value is (214,204,3). Sum of RGB (Red+Green+Blue) = 214+204+3=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 3 (1.56% from 255 or 0.71% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CC03 is #2933FC. Grayscale: #B8B8B8. Windows color (decimal): -2700285 or 249046. OLE color: 249046.
HSL color Cylindrical-coordinate representation of color #D6CC03: hue angle of 57.16º 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 #D6CC03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.16 |
| HSL | 57.16º | 0.97% | 0.43% | - |
| HSV(B) | 57.16º | 0.99% | 0.84% | - |
| XYZ | 49.34 | 57.49 | 8.58 | - |
| YUV | 184.08 | 25.81 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 3 | 0 | 0.05 | 0.99 | 0.16 | 57.16 | 0.97 | 0.43 |
| Hex | D6 | CC | 3 | 0 | 5 | 63 | 10 | 39 | 61 | 2B |
| Octal | 326 | 314 | 3 | 0 | 5 | 143 | 20 | 71 | 141 | 53 |
| Binary | 11010110 | 11001100 | 11 | 0 | 101 | 1100011 | 10000 | 111001 | 1100001 | 101011 |
Color Harmonies of #D6CC03
Complementary color
Monochromatic Colors of #D6CC03
Black with #D6CC03
Text Example
Text Example
White with #D6CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC03; }
p { color: rgb(214,204,3); }
H1.HeaderClassName
{
color: #D6CC03;
}
.AnyTagClassName
{
color: #D6CC03;
}
</style>
background-color css
<style>
a { background-color: #D6CC03; }
a { background-color: rgb(214,204,3); }
div.DivClassName
{
background-color: #D6CC03;
}
.BgClassName
{
background-color: #D6CC03;
}
</style>
border-color css
<style>
span { border-color: #D6CC03; }
span { border-color: rgb(214,204,3); }
td.TdClassName
{
border-color: #D6CC03;
}
.TagClassName
{
border-color: #D6CC03;
}
</style>