Shades of Bird Flower #CBCD13
Tints of Bird Flower #CBCD13
RGB
CMYK
RGB Variations
Color information
#CBCD13 (or 0xCBCD13) is known color: Bird Flower. HEX triplet: CB, CD and 13. RGB value is (203,205,19). Sum of RGB (Red+Green+Blue) = 203+205+19=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCD13 is #3432EC. Grayscale: #B7B7B7. Windows color (decimal): -3420909 or 1297867. OLE color: 1297867.
HSL color Cylindrical-coordinate representation of color #CBCD13: hue angle of 60.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBCD13 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 19 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.20 |
| HSL | 60.65º | 0.83% | 0.44% | - |
| HSV(B) | 60.65º | 0.91% | 0.8% | - |
| XYZ | 46.58 | 56.41 | 9.05 | - |
| YUV | 183.2 | 35.34 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 19 | 0.01 | 0 | 0.91 | 0.20 | 60.65 | 0.83 | 0.44 |
| Hex | CB | CD | 13 | 1 | 0 | 5B | 14 | 3D | 53 | 2C |
| Octal | 313 | 315 | 23 | 1 | 0 | 133 | 24 | 75 | 123 | 54 |
| Binary | 11001011 | 11001101 | 10011 | 1 | 0 | 1011011 | 10100 | 111101 | 1010011 | 101100 |
Color Harmonies of #CBCD13
Complementary color
Monochromatic Colors of #CBCD13
Black with #CBCD13
Text Example
Text Example
White with #CBCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD13; }
p { color: rgb(203,205,19); }
H1.HeaderClassName
{
color: #CBCD13;
}
.AnyTagClassName
{
color: #CBCD13;
}
</style>
background-color css
<style>
a { background-color: #CBCD13; }
a { background-color: rgb(203,205,19); }
div.DivClassName
{
background-color: #CBCD13;
}
.BgClassName
{
background-color: #CBCD13;
}
</style>
border-color css
<style>
span { border-color: #CBCD13; }
span { border-color: rgb(203,205,19); }
td.TdClassName
{
border-color: #CBCD13;
}
.TagClassName
{
border-color: #CBCD13;
}
</style>