Shades of Bird Flower #CDB303
Tints of Bird Flower #CDB303
RGB
CMYK
RGB Variations
Color information
#CDB303 (or 0xCDB303) is known color: Bird Flower. HEX triplet: CD, B3 and 03. RGB value is (205,179,3). Sum of RGB (Red+Green+Blue) = 205+179+3=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB303 is #324CFC. Grayscale: #A7A7A7. Windows color (decimal): -3296509 or 242637. OLE color: 242637.
HSL color Cylindrical-coordinate representation of color #CDB303: hue angle of 52.28º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CDB303 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.20 |
| HSL | 52.28º | 0.97% | 0.41% | - |
| HSV(B) | 52.28º | 0.99% | 0.8% | - |
| XYZ | 41.31 | 45.23 | 6.64 | - |
| YUV | 166.71 | 35.61 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 3 | 0 | 0.13 | 0.99 | 0.20 | 52.28 | 0.97 | 0.41 |
| Hex | CD | B3 | 3 | 0 | D | 63 | 14 | 34 | 61 | 29 |
| Octal | 315 | 263 | 3 | 0 | 15 | 143 | 24 | 64 | 141 | 51 |
| Binary | 11001101 | 10110011 | 11 | 0 | 1101 | 1100011 | 10100 | 110100 | 1100001 | 101001 |
Color Harmonies of #CDB303
Complementary color
Monochromatic Colors of #CDB303
Black with #CDB303
Text Example
Text Example
White with #CDB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB303; }
p { color: rgb(205,179,3); }
H1.HeaderClassName
{
color: #CDB303;
}
.AnyTagClassName
{
color: #CDB303;
}
</style>
background-color css
<style>
a { background-color: #CDB303; }
a { background-color: rgb(205,179,3); }
div.DivClassName
{
background-color: #CDB303;
}
.BgClassName
{
background-color: #CDB303;
}
</style>
border-color css
<style>
span { border-color: #CDB303; }
span { border-color: rgb(205,179,3); }
td.TdClassName
{
border-color: #CDB303;
}
.TagClassName
{
border-color: #CDB303;
}
</style>