Shades of Bird Flower #CBB80F
Tints of Bird Flower #CBB80F
RGB
CMYK
RGB Variations
Color information
#CBB80F (or 0xCBB80F) is known color: Bird Flower. HEX triplet: CB, B8 and 0F. RGB value is (203,184,15). Sum of RGB (Red+Green+Blue) = 203+184+15=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB80F is #3447F0. Grayscale: #ABABAB. Windows color (decimal): -3426289 or 1030347. OLE color: 1030347.
HSL color Cylindrical-coordinate representation of color #CBB80F: hue angle of 53.94º 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 #CBB80F is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 15 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.20 |
| HSL | 53.94º | 0.86% | 0.43% | - |
| HSV(B) | 53.94º | 0.93% | 0.8% | - |
| XYZ | 41.86 | 47.01 | 7.32 | - |
| YUV | 170.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 15 | 0 | 0.09 | 0.93 | 0.20 | 53.94 | 0.86 | 0.43 |
| Hex | CB | B8 | F | 0 | 9 | 5D | 14 | 36 | 56 | 2B |
| Octal | 313 | 270 | 17 | 0 | 11 | 135 | 24 | 66 | 126 | 53 |
| Binary | 11001011 | 10111000 | 1111 | 0 | 1001 | 1011101 | 10100 | 110110 | 1010110 | 101011 |
Color Harmonies of #CBB80F
Complementary color
Monochromatic Colors of #CBB80F
Black with #CBB80F
Text Example
Text Example
White with #CBB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB80F; }
p { color: rgb(203,184,15); }
H1.HeaderClassName
{
color: #CBB80F;
}
.AnyTagClassName
{
color: #CBB80F;
}
</style>
background-color css
<style>
a { background-color: #CBB80F; }
a { background-color: rgb(203,184,15); }
div.DivClassName
{
background-color: #CBB80F;
}
.BgClassName
{
background-color: #CBB80F;
}
</style>
border-color css
<style>
span { border-color: #CBB80F; }
span { border-color: rgb(203,184,15); }
td.TdClassName
{
border-color: #CBB80F;
}
.TagClassName
{
border-color: #CBB80F;
}
</style>