Shades of Bird Flower #D2C603
Tints of Bird Flower #D2C603
RGB
CMYK
RGB Variations
Color information
#D2C603 (or 0xD2C603) is known color: Bird Flower. HEX triplet: D2, C6 and 03. RGB value is (210,198,3). Sum of RGB (Red+Green+Blue) = 210+198+3=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C603 is #2D39FC. Grayscale: #B4B4B4. Windows color (decimal): -2963965 or 247506. OLE color: 247506.
HSL color Cylindrical-coordinate representation of color #D2C603: hue angle of 56.52º 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 #D2C603 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.18 |
| HSL | 56.52º | 0.97% | 0.42% | - |
| HSV(B) | 56.52º | 0.99% | 0.82% | - |
| XYZ | 46.79 | 54.1 | 8.06 | - |
| YUV | 179.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 3 | 0 | 0.06 | 0.99 | 0.18 | 56.52 | 0.97 | 0.42 |
| Hex | D2 | C6 | 3 | 0 | 6 | 63 | 12 | 39 | 61 | 2A |
| Octal | 322 | 306 | 3 | 0 | 6 | 143 | 22 | 71 | 141 | 52 |
| Binary | 11010010 | 11000110 | 11 | 0 | 110 | 1100011 | 10010 | 111001 | 1100001 | 101010 |
Color Harmonies of #D2C603
Complementary color
Monochromatic Colors of #D2C603
Black with #D2C603
Text Example
Text Example
White with #D2C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C603; }
p { color: rgb(210,198,3); }
H1.HeaderClassName
{
color: #D2C603;
}
.AnyTagClassName
{
color: #D2C603;
}
</style>
background-color css
<style>
a { background-color: #D2C603; }
a { background-color: rgb(210,198,3); }
div.DivClassName
{
background-color: #D2C603;
}
.BgClassName
{
background-color: #D2C603;
}
</style>
border-color css
<style>
span { border-color: #D2C603; }
span { border-color: rgb(210,198,3); }
td.TdClassName
{
border-color: #D2C603;
}
.TagClassName
{
border-color: #D2C603;
}
</style>