Shades of Wattle #D5CB3D
Tints of Wattle #D5CB3D
RGB
CMYK
RGB Variations
Color information
#D5CB3D (or 0xD5CB3D) is known color: Wattle. HEX triplet: D5, CB and 3D. RGB value is (213,203,61). Sum of RGB (Red+Green+Blue) = 213+203+61=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB3D is #2A34C2. Grayscale: #BEBEBE. Windows color (decimal): -2766019 or 4049877. OLE color: 4049877.
HSL color Cylindrical-coordinate representation of color #D5CB3D: hue angle of 56.05º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5CB3D is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 61 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.16 |
| HSL | 56.05º | 0.64% | 0.54% | - |
| HSV(B) | 56.05º | 0.71% | 0.84% | - |
| XYZ | 49.64 | 57.19 | 12.84 | - |
| YUV | 189.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 61 | 0 | 0.05 | 0.71 | 0.16 | 56.05 | 0.64 | 0.54 |
| Hex | D5 | CB | 3D | 0 | 5 | 47 | 10 | 38 | 40 | 36 |
| Octal | 325 | 313 | 75 | 0 | 5 | 107 | 20 | 70 | 100 | 66 |
| Binary | 11010101 | 11001011 | 111101 | 0 | 101 | 1000111 | 10000 | 111000 | 1000000 | 110110 |
Color Harmonies of #D5CB3D
Complementary color
Monochromatic Colors of #D5CB3D
Black with #D5CB3D
Text Example
Text Example
White with #D5CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB3D; }
p { color: rgb(213,203,61); }
H1.HeaderClassName
{
color: #D5CB3D;
}
.AnyTagClassName
{
color: #D5CB3D;
}
</style>
background-color css
<style>
a { background-color: #D5CB3D; }
a { background-color: rgb(213,203,61); }
div.DivClassName
{
background-color: #D5CB3D;
}
.BgClassName
{
background-color: #D5CB3D;
}
</style>
border-color css
<style>
span { border-color: #D5CB3D; }
span { border-color: rgb(213,203,61); }
td.TdClassName
{
border-color: #D5CB3D;
}
.TagClassName
{
border-color: #D5CB3D;
}
</style>