Shades of Roti #BDA03D
Tints of Roti #BDA03D
RGB
CMYK
RGB Variations
Color information
#BDA03D (or 0xBDA03D) is known color: Roti. HEX triplet: BD, A0 and 3D. RGB value is (189,160,61). Sum of RGB (Red+Green+Blue) = 189+160+61=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA03D is #425FC2. Grayscale: #9D9D9D. Windows color (decimal): -4349891 or 4038845. OLE color: 4038845.
HSL color Cylindrical-coordinate representation of color #BDA03D: hue angle of 46.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDA03D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 160 | 61 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.26 |
| HSL | 46.41º | 0.51% | 0.49% | - |
| HSV(B) | 46.41º | 0.68% | 0.74% | - |
| XYZ | 34.4 | 36.3 | 9.61 | - |
| YUV | 157.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 160 | 61 | 0 | 0.15 | 0.68 | 0.26 | 46.41 | 0.51 | 0.49 |
| Hex | BD | A0 | 3D | 0 | F | 44 | 1A | 2E | 33 | 31 |
| Octal | 275 | 240 | 75 | 0 | 17 | 104 | 32 | 56 | 63 | 61 |
| Binary | 10111101 | 10100000 | 111101 | 0 | 1111 | 1000100 | 11010 | 101110 | 110011 | 110001 |
Color Harmonies of #BDA03D
Complementary color
Monochromatic Colors of #BDA03D
Black with #BDA03D
Text Example
Text Example
White with #BDA03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA03D; }
p { color: rgb(189,160,61); }
H1.HeaderClassName
{
color: #BDA03D;
}
.AnyTagClassName
{
color: #BDA03D;
}
</style>
background-color css
<style>
a { background-color: #BDA03D; }
a { background-color: rgb(189,160,61); }
div.DivClassName
{
background-color: #BDA03D;
}
.BgClassName
{
background-color: #BDA03D;
}
</style>
border-color css
<style>
span { border-color: #BDA03D; }
span { border-color: rgb(189,160,61); }
td.TdClassName
{
border-color: #BDA03D;
}
.TagClassName
{
border-color: #BDA03D;
}
</style>