Shades of Bird Flower #CFC30D
Tints of Bird Flower #CFC30D
RGB
CMYK
RGB Variations
Color information
#CFC30D (or 0xCFC30D) is known color: Bird Flower. HEX triplet: CF, C3 and 0D. RGB value is (207,195,13). Sum of RGB (Red+Green+Blue) = 207+195+13=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC30D is #303CF2. Grayscale: #B2B2B2. Windows color (decimal): -3161331 or 902095. OLE color: 902095.
HSL color Cylindrical-coordinate representation of color #CFC30D: hue angle of 56.29º 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 #CFC30D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.19 |
| HSL | 56.29º | 0.88% | 0.43% | - |
| HSV(B) | 56.29º | 0.94% | 0.81% | - |
| XYZ | 45.32 | 52.32 | 8.09 | - |
| YUV | 177.84 | 34.98 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 13 | 0 | 0.06 | 0.94 | 0.19 | 56.29 | 0.88 | 0.43 |
| Hex | CF | C3 | D | 0 | 6 | 5E | 13 | 38 | 58 | 2B |
| Octal | 317 | 303 | 15 | 0 | 6 | 136 | 23 | 70 | 130 | 53 |
| Binary | 11001111 | 11000011 | 1101 | 0 | 110 | 1011110 | 10011 | 111000 | 1011000 | 101011 |
Color Harmonies of #CFC30D
Complementary color
Monochromatic Colors of #CFC30D
Black with #CFC30D
Text Example
Text Example
White with #CFC30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC30D; }
p { color: rgb(207,195,13); }
H1.HeaderClassName
{
color: #CFC30D;
}
.AnyTagClassName
{
color: #CFC30D;
}
</style>
background-color css
<style>
a { background-color: #CFC30D; }
a { background-color: rgb(207,195,13); }
div.DivClassName
{
background-color: #CFC30D;
}
.BgClassName
{
background-color: #CFC30D;
}
</style>
border-color css
<style>
span { border-color: #CFC30D; }
span { border-color: rgb(207,195,13); }
td.TdClassName
{
border-color: #CFC30D;
}
.TagClassName
{
border-color: #CFC30D;
}
</style>