Shades of Bird Flower #CBCD0F
Tints of Bird Flower #CBCD0F
RGB
CMYK
RGB Variations
Color information
#CBCD0F (or 0xCBCD0F) is known color: Bird Flower. HEX triplet: CB, CD and 0F. RGB value is (203,205,15). Sum of RGB (Red+Green+Blue) = 203+205+15=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD0F is #3432F0. Grayscale: #B7B7B7. Windows color (decimal): -3420913 or 1035723. OLE color: 1035723.
HSL color Cylindrical-coordinate representation of color #CBCD0F: hue angle of 60.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBCD0F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.20 |
| HSL | 60.63º | 0.86% | 0.43% | - |
| HSV(B) | 60.63º | 0.93% | 0.8% | - |
| XYZ | 46.55 | 56.39 | 8.88 | - |
| YUV | 182.74 | 33.34 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 15 | 0.01 | 0 | 0.93 | 0.20 | 60.63 | 0.86 | 0.43 |
| Hex | CB | CD | F | 1 | 0 | 5D | 14 | 3D | 56 | 2B |
| Octal | 313 | 315 | 17 | 1 | 0 | 135 | 24 | 75 | 126 | 53 |
| Binary | 11001011 | 11001101 | 1111 | 1 | 0 | 1011101 | 10100 | 111101 | 1010110 | 101011 |
Color Harmonies of #CBCD0F
Complementary color
Monochromatic Colors of #CBCD0F
Black with #CBCD0F
Text Example
Text Example
White with #CBCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD0F; }
p { color: rgb(203,205,15); }
H1.HeaderClassName
{
color: #CBCD0F;
}
.AnyTagClassName
{
color: #CBCD0F;
}
</style>
background-color css
<style>
a { background-color: #CBCD0F; }
a { background-color: rgb(203,205,15); }
div.DivClassName
{
background-color: #CBCD0F;
}
.BgClassName
{
background-color: #CBCD0F;
}
</style>
border-color css
<style>
span { border-color: #CBCD0F; }
span { border-color: rgb(203,205,15); }
td.TdClassName
{
border-color: #CBCD0F;
}
.TagClassName
{
border-color: #CBCD0F;
}
</style>