Shades of Bird Flower #CBCD0A
Tints of Bird Flower #CBCD0A
RGB
CMYK
RGB Variations
Color information
#CBCD0A (or 0xCBCD0A) is known color: Bird Flower. HEX triplet: CB, CD and 0A. RGB value is (203,205,10). Sum of RGB (Red+Green+Blue) = 203+205+10=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD0A is #3432F5. Grayscale: #B6B6B6. Windows color (decimal): -3420918 or 708043. OLE color: 708043.
HSL color Cylindrical-coordinate representation of color #CBCD0A: hue angle of 60.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBCD0A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.20 |
| HSL | 60.62º | 0.91% | 0.42% | - |
| HSV(B) | 60.62º | 0.95% | 0.8% | - |
| XYZ | 46.51 | 56.38 | 8.72 | - |
| YUV | 182.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 10 | 0.01 | 0 | 0.95 | 0.20 | 60.62 | 0.91 | 0.42 |
| Hex | CB | CD | A | 1 | 0 | 5F | 14 | 3D | 5B | 2A |
| Octal | 313 | 315 | 12 | 1 | 0 | 137 | 24 | 75 | 133 | 52 |
| Binary | 11001011 | 11001101 | 1010 | 1 | 0 | 1011111 | 10100 | 111101 | 1011011 | 101010 |
Color Harmonies of #CBCD0A
Complementary color
Monochromatic Colors of #CBCD0A
Black with #CBCD0A
Text Example
Text Example
White with #CBCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD0A; }
p { color: rgb(203,205,10); }
H1.HeaderClassName
{
color: #CBCD0A;
}
.AnyTagClassName
{
color: #CBCD0A;
}
</style>
background-color css
<style>
a { background-color: #CBCD0A; }
a { background-color: rgb(203,205,10); }
div.DivClassName
{
background-color: #CBCD0A;
}
.BgClassName
{
background-color: #CBCD0A;
}
</style>
border-color css
<style>
span { border-color: #CBCD0A; }
span { border-color: rgb(203,205,10); }
td.TdClassName
{
border-color: #CBCD0A;
}
.TagClassName
{
border-color: #CBCD0A;
}
</style>