Shades of Bird Flower #CDCF08
Tints of Bird Flower #CDCF08
RGB
CMYK
RGB Variations
Color information
#CDCF08 (or 0xCDCF08) is known color: Bird Flower. HEX triplet: CD, CF and 08. RGB value is (205,207,8). Sum of RGB (Red+Green+Blue) = 205+207+8=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDCF08 is #3230F7. Grayscale: #B8B8B8. Windows color (decimal): -3289336 or 577485. OLE color: 577485.
HSL color Cylindrical-coordinate representation of color #CDCF08: hue angle of 60.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDCF08 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 207 | 8 | - |
CMYK | 0.01 | 0 | 0.96 | 0.19 |
HSL | 60.6º | 0.93% | 0.42% | - |
HSV(B) | 60.6º | 0.96% | 0.81% | - |
XYZ | 47.53 | 57.62 | 8.85 | - |
YUV | 183.72 | 28.84 | 143.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 207 | 8 | 0.01 | 0 | 0.96 | 0.19 | 60.6 | 0.93 | 0.42 |
Hex | CD | CF | 8 | 1 | 0 | 60 | 13 | 3D | 5D | 2A |
Octal | 315 | 317 | 10 | 1 | 0 | 140 | 23 | 75 | 135 | 52 |
Binary | 11001101 | 11001111 | 1000 | 1 | 0 | 1100000 | 10011 | 111101 | 1011101 | 101010 |
Color Harmonies of #CDCF08
Complementary color
Monochromatic Colors of #CDCF08
Black with #CDCF08
Text Example
Text Example
White with #CDCF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCF08; }
p { color: rgb(205,207,8); }
H1.HeaderClassName
{
color: #CDCF08;
}
.AnyTagClassName
{
color: #CDCF08;
}
</style>
background-color css
<style>
a { background-color: #CDCF08; }
a { background-color: rgb(205,207,8); }
div.DivClassName
{
background-color: #CDCF08;
}
.BgClassName
{
background-color: #CDCF08;
}
</style>
border-color css
<style>
span { border-color: #CDCF08; }
span { border-color: rgb(205,207,8); }
td.TdClassName
{
border-color: #CDCF08;
}
.TagClassName
{
border-color: #CDCF08;
}
</style>