Shades of Bird Flower #CDD403
Tints of Bird Flower #CDD403
RGB
CMYK
RGB Variations
Color information
#CDD403 (or 0xCDD403) is known color: Bird Flower. HEX triplet: CD, D4 and 03. RGB value is (205,212,3). Sum of RGB (Red+Green+Blue) = 205+212+3=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD403 is #322BFC. Grayscale: #BABABA. Windows color (decimal): -3288061 or 251085. OLE color: 251085.
HSL color Cylindrical-coordinate representation of color #CDD403: hue angle of 62.01º 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 #CDD403 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 3 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.17 |
| HSL | 62.01º | 0.97% | 0.42% | - |
| HSV(B) | 62.01º | 0.99% | 0.83% | - |
| XYZ | 48.74 | 60.07 | 9.11 | - |
| YUV | 186.08 | 24.68 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 3 | 0.03 | 0 | 0.99 | 0.17 | 62.01 | 0.97 | 0.42 |
| Hex | CD | D4 | 3 | 3 | 0 | 63 | 11 | 3E | 61 | 2A |
| Octal | 315 | 324 | 3 | 3 | 0 | 143 | 21 | 76 | 141 | 52 |
| Binary | 11001101 | 11010100 | 11 | 11 | 0 | 1100011 | 10001 | 111110 | 1100001 | 101010 |
Color Harmonies of #CDD403
Complementary color
Monochromatic Colors of #CDD403
Black with #CDD403
Text Example
Text Example
White with #CDD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD403; }
p { color: rgb(205,212,3); }
H1.HeaderClassName
{
color: #CDD403;
}
.AnyTagClassName
{
color: #CDD403;
}
</style>
background-color css
<style>
a { background-color: #CDD403; }
a { background-color: rgb(205,212,3); }
div.DivClassName
{
background-color: #CDD403;
}
.BgClassName
{
background-color: #CDD403;
}
</style>
border-color css
<style>
span { border-color: #CDD403; }
span { border-color: rgb(205,212,3); }
td.TdClassName
{
border-color: #CDD403;
}
.TagClassName
{
border-color: #CDD403;
}
</style>