Shades of Bird Flower #CDDD08
Tints of Bird Flower #CDDD08
RGB
CMYK
RGB Variations
Color information
#CDDD08 (or 0xCDDD08) is known color: Bird Flower. HEX triplet: CD, DD and 08. RGB value is (205,221,8). Sum of RGB (Red+Green+Blue) = 205+221+8=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD08 is #3222F7. Grayscale: #C0C0C0. Windows color (decimal): -3285752 or 581069. OLE color: 581069.
HSL color Cylindrical-coordinate representation of color #CDDD08: hue angle of 64.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDDD08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.13 |
| HSL | 64.51º | 0.93% | 0.45% | - |
| HSV(B) | 64.51º | 0.96% | 0.87% | - |
| XYZ | 51.08 | 64.71 | 10.03 | - |
| YUV | 191.93 | 24.2 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 8 | 0.07 | 0 | 0.96 | 0.13 | 64.51 | 0.93 | 0.45 |
| Hex | CD | DD | 8 | 7 | 0 | 60 | D | 41 | 5D | 2D |
| Octal | 315 | 335 | 10 | 7 | 0 | 140 | 15 | 101 | 135 | 55 |
| Binary | 11001101 | 11011101 | 1000 | 111 | 0 | 1100000 | 1101 | 1000001 | 1011101 | 101101 |
Color Harmonies of #CDDD08
Complementary color
Monochromatic Colors of #CDDD08
Black with #CDDD08
Text Example
Text Example
White with #CDDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD08; }
p { color: rgb(205,221,8); }
H1.HeaderClassName
{
color: #CDDD08;
}
.AnyTagClassName
{
color: #CDDD08;
}
</style>
background-color css
<style>
a { background-color: #CDDD08; }
a { background-color: rgb(205,221,8); }
div.DivClassName
{
background-color: #CDDD08;
}
.BgClassName
{
background-color: #CDDD08;
}
</style>
border-color css
<style>
span { border-color: #CDDD08; }
span { border-color: rgb(205,221,8); }
td.TdClassName
{
border-color: #CDDD08;
}
.TagClassName
{
border-color: #CDDD08;
}
</style>