Shades of Bird Flower #D3C714
Tints of Bird Flower #D3C714
RGB
CMYK
RGB Variations
Color information
#D3C714 (or 0xD3C714) is known color: Bird Flower. HEX triplet: D3, C7 and 14. RGB value is (211,199,20). Sum of RGB (Red+Green+Blue) = 211+199+20=430 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.07% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C714 is #2C38EB. Grayscale: #B6B6B6. Windows color (decimal): -2898156 or 1361875. OLE color: 1361875.
HSL color Cylindrical-coordinate representation of color #D3C714: hue angle of 56.23º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3C714 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 20 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.17 |
| HSL | 56.23º | 0.83% | 0.45% | - |
| HSV(B) | 56.23º | 0.91% | 0.83% | - |
| XYZ | 47.41 | 54.75 | 8.73 | - |
| YUV | 182.18 | 36.48 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 20 | 0 | 0.06 | 0.91 | 0.17 | 56.23 | 0.83 | 0.45 |
| Hex | D3 | C7 | 14 | 0 | 6 | 5B | 11 | 38 | 53 | 2D |
| Octal | 323 | 307 | 24 | 0 | 6 | 133 | 21 | 70 | 123 | 55 |
| Binary | 11010011 | 11000111 | 10100 | 0 | 110 | 1011011 | 10001 | 111000 | 1010011 | 101101 |
Color Harmonies of #D3C714
Complementary color
Monochromatic Colors of #D3C714
Black with #D3C714
Text Example
Text Example
White with #D3C714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C714; }
p { color: rgb(211,199,20); }
H1.HeaderClassName
{
color: #D3C714;
}
.AnyTagClassName
{
color: #D3C714;
}
</style>
background-color css
<style>
a { background-color: #D3C714; }
a { background-color: rgb(211,199,20); }
div.DivClassName
{
background-color: #D3C714;
}
.BgClassName
{
background-color: #D3C714;
}
</style>
border-color css
<style>
span { border-color: #D3C714; }
span { border-color: rgb(211,199,20); }
td.TdClassName
{
border-color: #D3C714;
}
.TagClassName
{
border-color: #D3C714;
}
</style>