Shades of Bird Flower #CDC708
Tints of Bird Flower #CDC708
RGB
CMYK
RGB Variations
Color information
#CDC708 (or 0xCDC708) is known color: Bird Flower. HEX triplet: CD, C7 and 08. RGB value is (205,199,8). Sum of RGB (Red+Green+Blue) = 205+199+8=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDC708 is #3238F7. Grayscale: #B3B3B3. Windows color (decimal): -3291384 or 575437. OLE color: 575437.
HSL color Cylindrical-coordinate representation of color #CDC708: hue angle of 58.17º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDC708 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.20 |
| HSL | 58.17º | 0.92% | 0.42% | - |
| HSV(B) | 58.17º | 0.96% | 0.8% | - |
| XYZ | 45.64 | 53.84 | 8.22 | - |
| YUV | 179.02 | 31.49 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 8 | 0 | 0.03 | 0.96 | 0.20 | 58.17 | 0.92 | 0.42 |
| Hex | CD | C7 | 8 | 0 | 3 | 60 | 14 | 3A | 5C | 2A |
| Octal | 315 | 307 | 10 | 0 | 3 | 140 | 24 | 72 | 134 | 52 |
| Binary | 11001101 | 11000111 | 1000 | 0 | 11 | 1100000 | 10100 | 111010 | 1011100 | 101010 |
Color Harmonies of #CDC708
Complementary color
Monochromatic Colors of #CDC708
Black with #CDC708
Text Example
Text Example
White with #CDC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC708; }
p { color: rgb(205,199,8); }
H1.HeaderClassName
{
color: #CDC708;
}
.AnyTagClassName
{
color: #CDC708;
}
</style>
background-color css
<style>
a { background-color: #CDC708; }
a { background-color: rgb(205,199,8); }
div.DivClassName
{
background-color: #CDC708;
}
.BgClassName
{
background-color: #CDC708;
}
</style>
border-color css
<style>
span { border-color: #CDC708; }
span { border-color: rgb(205,199,8); }
td.TdClassName
{
border-color: #CDC708;
}
.TagClassName
{
border-color: #CDC708;
}
</style>