Shades of Bird Flower #CDB319
Tints of Bird Flower #CDB319
RGB
CMYK
RGB Variations
Color information
#CDB319 (or 0xCDB319) is known color: Bird Flower. HEX triplet: CD, B3 and 19. RGB value is (205,179,25). Sum of RGB (Red+Green+Blue) = 205+179+25=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDB319 is #324CE6. Grayscale: #A9A9A9. Windows color (decimal): -3296487 or 1684429. OLE color: 1684429.
HSL color Cylindrical-coordinate representation of color #CDB319: hue angle of 51.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDB319 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 25 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.20 |
| HSL | 51.33º | 0.78% | 0.45% | - |
| HSV(B) | 51.33º | 0.88% | 0.8% | - |
| XYZ | 41.47 | 45.29 | 7.48 | - |
| YUV | 169.22 | 46.61 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 25 | 0 | 0.13 | 0.88 | 0.20 | 51.33 | 0.78 | 0.45 |
| Hex | CD | B3 | 19 | 0 | D | 58 | 14 | 33 | 4E | 2D |
| Octal | 315 | 263 | 31 | 0 | 15 | 130 | 24 | 63 | 116 | 55 |
| Binary | 11001101 | 10110011 | 11001 | 0 | 1101 | 1011000 | 10100 | 110011 | 1001110 | 101101 |
Color Harmonies of #CDB319
Complementary color
Monochromatic Colors of #CDB319
Black with #CDB319
Text Example
Text Example
White with #CDB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB319; }
p { color: rgb(205,179,25); }
H1.HeaderClassName
{
color: #CDB319;
}
.AnyTagClassName
{
color: #CDB319;
}
</style>
background-color css
<style>
a { background-color: #CDB319; }
a { background-color: rgb(205,179,25); }
div.DivClassName
{
background-color: #CDB319;
}
.BgClassName
{
background-color: #CDB319;
}
</style>
border-color css
<style>
span { border-color: #CDB319; }
span { border-color: rgb(205,179,25); }
td.TdClassName
{
border-color: #CDB319;
}
.TagClassName
{
border-color: #CDB319;
}
</style>