Shades of Bird Flower #CBD408
Tints of Bird Flower #CBD408
RGB
CMYK
RGB Variations
Color information
#CBD408 (or 0xCBD408) is known color: Bird Flower. HEX triplet: CB, D4 and 08. RGB value is (203,212,8). Sum of RGB (Red+Green+Blue) = 203+212+8=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD408 is #342BF7. Grayscale: #BABABA. Windows color (decimal): -3419128 or 578763. OLE color: 578763.
HSL color Cylindrical-coordinate representation of color #CBD408: hue angle of 62.65º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBD408 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.17 |
| HSL | 62.65º | 0.93% | 0.43% | - |
| HSV(B) | 62.65º | 0.96% | 0.83% | - |
| XYZ | 48.22 | 59.8 | 9.23 | - |
| YUV | 186.05 | 27.52 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 8 | 0.04 | 0 | 0.96 | 0.17 | 62.65 | 0.93 | 0.43 |
| Hex | CB | D4 | 8 | 4 | 0 | 60 | 11 | 3F | 5D | 2B |
| Octal | 313 | 324 | 10 | 4 | 0 | 140 | 21 | 77 | 135 | 53 |
| Binary | 11001011 | 11010100 | 1000 | 100 | 0 | 1100000 | 10001 | 111111 | 1011101 | 101011 |
Color Harmonies of #CBD408
Complementary color
Monochromatic Colors of #CBD408
Black with #CBD408
Text Example
Text Example
White with #CBD408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD408; }
p { color: rgb(203,212,8); }
H1.HeaderClassName
{
color: #CBD408;
}
.AnyTagClassName
{
color: #CBD408;
}
</style>
background-color css
<style>
a { background-color: #CBD408; }
a { background-color: rgb(203,212,8); }
div.DivClassName
{
background-color: #CBD408;
}
.BgClassName
{
background-color: #CBD408;
}
</style>
border-color css
<style>
span { border-color: #CBD408; }
span { border-color: rgb(203,212,8); }
td.TdClassName
{
border-color: #CBD408;
}
.TagClassName
{
border-color: #CBD408;
}
</style>