Shades of Bird Flower #CBBD17
Tints of Bird Flower #CBBD17
RGB
CMYK
RGB Variations
Color information
#CBBD17 (or 0xCBBD17) is known color: Bird Flower. HEX triplet: CB, BD and 17. RGB value is (203,189,23). Sum of RGB (Red+Green+Blue) = 203+189+23=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBD17 is #3442E8. Grayscale: #AEAEAE. Windows color (decimal): -3425001 or 1555915. OLE color: 1555915.
HSL color Cylindrical-coordinate representation of color #CBBD17: hue angle of 55.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBBD17 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 23 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.20 |
| HSL | 55.33º | 0.8% | 0.44% | - |
| HSV(B) | 55.33º | 0.89% | 0.8% | - |
| XYZ | 42.98 | 49.15 | 8.03 | - |
| YUV | 174.26 | 42.64 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 23 | 0 | 0.07 | 0.89 | 0.20 | 55.33 | 0.8 | 0.44 |
| Hex | CB | BD | 17 | 0 | 7 | 59 | 14 | 37 | 50 | 2C |
| Octal | 313 | 275 | 27 | 0 | 7 | 131 | 24 | 67 | 120 | 54 |
| Binary | 11001011 | 10111101 | 10111 | 0 | 111 | 1011001 | 10100 | 110111 | 1010000 | 101100 |
Color Harmonies of #CBBD17
Complementary color
Monochromatic Colors of #CBBD17
Black with #CBBD17
Text Example
Text Example
White with #CBBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD17; }
p { color: rgb(203,189,23); }
H1.HeaderClassName
{
color: #CBBD17;
}
.AnyTagClassName
{
color: #CBBD17;
}
</style>
background-color css
<style>
a { background-color: #CBBD17; }
a { background-color: rgb(203,189,23); }
div.DivClassName
{
background-color: #CBBD17;
}
.BgClassName
{
background-color: #CBBD17;
}
</style>
border-color css
<style>
span { border-color: #CBBD17; }
span { border-color: rgb(203,189,23); }
td.TdClassName
{
border-color: #CBBD17;
}
.TagClassName
{
border-color: #CBBD17;
}
</style>