Shades of Bird Flower #CDDC07
Tints of Bird Flower #CDDC07
RGB
CMYK
RGB Variations
Color information
#CDDC07 (or 0xCDDC07) is known color: Bird Flower. HEX triplet: CD, DC and 07. RGB value is (205,220,7). Sum of RGB (Red+Green+Blue) = 205+220+7=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC07 is #3223F8. Grayscale: #C0C0C0. Windows color (decimal): -3286009 or 515277. OLE color: 515277.
HSL color Cylindrical-coordinate representation of color #CDDC07: hue angle of 64.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDDC07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 7 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.14 |
| HSL | 64.23º | 0.94% | 0.45% | - |
| HSV(B) | 64.23º | 0.97% | 0.86% | - |
| XYZ | 50.81 | 64.18 | 9.91 | - |
| YUV | 191.23 | 24.03 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 7 | 0.07 | 0 | 0.97 | 0.14 | 64.23 | 0.94 | 0.45 |
| Hex | CD | DC | 7 | 7 | 0 | 61 | E | 40 | 5E | 2D |
| Octal | 315 | 334 | 7 | 7 | 0 | 141 | 16 | 100 | 136 | 55 |
| Binary | 11001101 | 11011100 | 111 | 111 | 0 | 1100001 | 1110 | 1000000 | 1011110 | 101101 |
Color Harmonies of #CDDC07
Complementary color
Monochromatic Colors of #CDDC07
Black with #CDDC07
Text Example
Text Example
White with #CDDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC07; }
p { color: rgb(205,220,7); }
H1.HeaderClassName
{
color: #CDDC07;
}
.AnyTagClassName
{
color: #CDDC07;
}
</style>
background-color css
<style>
a { background-color: #CDDC07; }
a { background-color: rgb(205,220,7); }
div.DivClassName
{
background-color: #CDDC07;
}
.BgClassName
{
background-color: #CDDC07;
}
</style>
border-color css
<style>
span { border-color: #CDDC07; }
span { border-color: rgb(205,220,7); }
td.TdClassName
{
border-color: #CDDC07;
}
.TagClassName
{
border-color: #CDDC07;
}
</style>