Shades of Bird Flower #CBD30D
Tints of Bird Flower #CBD30D
RGB
CMYK
RGB Variations
Color information
#CBD30D (or 0xCBD30D) is known color: Bird Flower. HEX triplet: CB, D3 and 0D. RGB value is (203,211,13). Sum of RGB (Red+Green+Blue) = 203+211+13=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD30D is #342CF2. Grayscale: #BABABA. Windows color (decimal): -3419379 or 906187. OLE color: 906187.
HSL color Cylindrical-coordinate representation of color #CBD30D: hue angle of 62.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBD30D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.17 |
| HSL | 62.42º | 0.88% | 0.44% | - |
| HSV(B) | 62.42º | 0.94% | 0.83% | - |
| XYZ | 48 | 59.31 | 9.3 | - |
| YUV | 186.04 | 30.35 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 13 | 0.04 | 0 | 0.94 | 0.17 | 62.42 | 0.88 | 0.44 |
| Hex | CB | D3 | D | 4 | 0 | 5E | 11 | 3E | 58 | 2C |
| Octal | 313 | 323 | 15 | 4 | 0 | 136 | 21 | 76 | 130 | 54 |
| Binary | 11001011 | 11010011 | 1101 | 100 | 0 | 1011110 | 10001 | 111110 | 1011000 | 101100 |
Color Harmonies of #CBD30D
Complementary color
Monochromatic Colors of #CBD30D
Black with #CBD30D
Text Example
Text Example
White with #CBD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD30D; }
p { color: rgb(203,211,13); }
H1.HeaderClassName
{
color: #CBD30D;
}
.AnyTagClassName
{
color: #CBD30D;
}
</style>
background-color css
<style>
a { background-color: #CBD30D; }
a { background-color: rgb(203,211,13); }
div.DivClassName
{
background-color: #CBD30D;
}
.BgClassName
{
background-color: #CBD30D;
}
</style>
border-color css
<style>
span { border-color: #CBD30D; }
span { border-color: rgb(203,211,13); }
td.TdClassName
{
border-color: #CBD30D;
}
.TagClassName
{
border-color: #CBD30D;
}
</style>