Shades of Bird Flower #CFB60D
Tints of Bird Flower #CFB60D
RGB
CMYK
RGB Variations
Color information
#CFB60D (or 0xCFB60D) is known color: Bird Flower. HEX triplet: CF, B6 and 0D. RGB value is (207,182,13). Sum of RGB (Red+Green+Blue) = 207+182+13=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFB60D is #3049F2. Grayscale: #AAAAAA. Windows color (decimal): -3164659 or 898767. OLE color: 898767.
HSL color Cylindrical-coordinate representation of color #CFB60D: hue angle of 52.27º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFB60D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 13 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.19 |
| HSL | 52.27º | 0.88% | 0.43% | - |
| HSV(B) | 52.27º | 0.94% | 0.81% | - |
| XYZ | 42.53 | 46.75 | 7.16 | - |
| YUV | 170.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 13 | 0 | 0.12 | 0.94 | 0.19 | 52.27 | 0.88 | 0.43 |
| Hex | CF | B6 | D | 0 | C | 5E | 13 | 34 | 58 | 2B |
| Octal | 317 | 266 | 15 | 0 | 14 | 136 | 23 | 64 | 130 | 53 |
| Binary | 11001111 | 10110110 | 1101 | 0 | 1100 | 1011110 | 10011 | 110100 | 1011000 | 101011 |
Color Harmonies of #CFB60D
Complementary color
Monochromatic Colors of #CFB60D
Black with #CFB60D
Text Example
Text Example
White with #CFB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB60D; }
p { color: rgb(207,182,13); }
H1.HeaderClassName
{
color: #CFB60D;
}
.AnyTagClassName
{
color: #CFB60D;
}
</style>
background-color css
<style>
a { background-color: #CFB60D; }
a { background-color: rgb(207,182,13); }
div.DivClassName
{
background-color: #CFB60D;
}
.BgClassName
{
background-color: #CFB60D;
}
</style>
border-color css
<style>
span { border-color: #CFB60D; }
span { border-color: rgb(207,182,13); }
td.TdClassName
{
border-color: #CFB60D;
}
.TagClassName
{
border-color: #CFB60D;
}
</style>