Shades of Bird Flower #CBB61D
Tints of Bird Flower #CBB61D
RGB
CMYK
RGB Variations
Color information
#CBB61D (or 0xCBB61D) is known color: Bird Flower. HEX triplet: CB, B6 and 1D. RGB value is (203,182,29). Sum of RGB (Red+Green+Blue) = 203+182+29=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB61D is #3449E2. Grayscale: #ABABAB. Windows color (decimal): -3426787 or 1947339. OLE color: 1947339.
HSL color Cylindrical-coordinate representation of color #CBB61D: hue angle of 52.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBB61D is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 29 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.20 |
| HSL | 52.76º | 0.75% | 0.45% | - |
| HSV(B) | 52.76º | 0.86% | 0.8% | - |
| XYZ | 41.58 | 46.24 | 7.9 | - |
| YUV | 170.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 29 | 0 | 0.10 | 0.86 | 0.20 | 52.76 | 0.75 | 0.45 |
| Hex | CB | B6 | 1D | 0 | A | 56 | 14 | 35 | 4B | 2D |
| Octal | 313 | 266 | 35 | 0 | 12 | 126 | 24 | 65 | 113 | 55 |
| Binary | 11001011 | 10110110 | 11101 | 0 | 1010 | 1010110 | 10100 | 110101 | 1001011 | 101101 |
Color Harmonies of #CBB61D
Complementary color
Monochromatic Colors of #CBB61D
Black with #CBB61D
Text Example
Text Example
White with #CBB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB61D; }
p { color: rgb(203,182,29); }
H1.HeaderClassName
{
color: #CBB61D;
}
.AnyTagClassName
{
color: #CBB61D;
}
</style>
background-color css
<style>
a { background-color: #CBB61D; }
a { background-color: rgb(203,182,29); }
div.DivClassName
{
background-color: #CBB61D;
}
.BgClassName
{
background-color: #CBB61D;
}
</style>
border-color css
<style>
span { border-color: #CBB61D; }
span { border-color: rgb(203,182,29); }
td.TdClassName
{
border-color: #CBB61D;
}
.TagClassName
{
border-color: #CBB61D;
}
</style>