Shades of Bird Flower #CDD304
Tints of Bird Flower #CDD304
RGB
CMYK
RGB Variations
Color information
#CDD304 (or 0xCDD304) is known color: Bird Flower. HEX triplet: CD, D3 and 04. RGB value is (205,211,4). Sum of RGB (Red+Green+Blue) = 205+211+4=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD304 is #322CFB. Grayscale: #BABABA. Windows color (decimal): -3288316 or 316365. OLE color: 316365.
HSL color Cylindrical-coordinate representation of color #CDD304: hue angle of 61.74º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDD304 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.17 |
| HSL | 61.74º | 0.96% | 0.42% | - |
| HSV(B) | 61.74º | 0.98% | 0.83% | - |
| XYZ | 48.49 | 59.58 | 9.06 | - |
| YUV | 185.61 | 25.51 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 4 | 0.03 | 0 | 0.98 | 0.17 | 61.74 | 0.96 | 0.42 |
| Hex | CD | D3 | 4 | 3 | 0 | 62 | 11 | 3E | 60 | 2A |
| Octal | 315 | 323 | 4 | 3 | 0 | 142 | 21 | 76 | 140 | 52 |
| Binary | 11001101 | 11010011 | 100 | 11 | 0 | 1100010 | 10001 | 111110 | 1100000 | 101010 |
Color Harmonies of #CDD304
Complementary color
Monochromatic Colors of #CDD304
Black with #CDD304
Text Example
Text Example
White with #CDD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD304; }
p { color: rgb(205,211,4); }
H1.HeaderClassName
{
color: #CDD304;
}
.AnyTagClassName
{
color: #CDD304;
}
</style>
background-color css
<style>
a { background-color: #CDD304; }
a { background-color: rgb(205,211,4); }
div.DivClassName
{
background-color: #CDD304;
}
.BgClassName
{
background-color: #CDD304;
}
</style>
border-color css
<style>
span { border-color: #CDD304; }
span { border-color: rgb(205,211,4); }
td.TdClassName
{
border-color: #CDD304;
}
.TagClassName
{
border-color: #CDD304;
}
</style>