Shades of Wattle #D2CB3D
Tints of Wattle #D2CB3D
RGB
CMYK
RGB Variations
Color information
#D2CB3D (or 0xD2CB3D) is known color: Wattle. HEX triplet: D2, CB and 3D. RGB value is (210,203,61). Sum of RGB (Red+Green+Blue) = 210+203+61=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CB3D is #2D34C2. Grayscale: #BDBDBD. Windows color (decimal): -2962627 or 4049874. OLE color: 4049874.
HSL color Cylindrical-coordinate representation of color #D2CB3D: hue angle of 57.18º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2CB3D is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 61 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.18 |
| HSL | 57.18º | 0.62% | 0.53% | - |
| HSV(B) | 57.18º | 0.71% | 0.82% | - |
| XYZ | 48.78 | 56.75 | 12.8 | - |
| YUV | 188.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 61 | 0 | 0.03 | 0.71 | 0.18 | 57.18 | 0.62 | 0.53 |
| Hex | D2 | CB | 3D | 0 | 3 | 47 | 12 | 39 | 3E | 35 |
| Octal | 322 | 313 | 75 | 0 | 3 | 107 | 22 | 71 | 76 | 65 |
| Binary | 11010010 | 11001011 | 111101 | 0 | 11 | 1000111 | 10010 | 111001 | 111110 | 110101 |
Color Harmonies of #D2CB3D
Complementary color
Monochromatic Colors of #D2CB3D
Black with #D2CB3D
Text Example
Text Example
White with #D2CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB3D; }
p { color: rgb(210,203,61); }
H1.HeaderClassName
{
color: #D2CB3D;
}
.AnyTagClassName
{
color: #D2CB3D;
}
</style>
background-color css
<style>
a { background-color: #D2CB3D; }
a { background-color: rgb(210,203,61); }
div.DivClassName
{
background-color: #D2CB3D;
}
.BgClassName
{
background-color: #D2CB3D;
}
</style>
border-color css
<style>
span { border-color: #D2CB3D; }
span { border-color: rgb(210,203,61); }
td.TdClassName
{
border-color: #D2CB3D;
}
.TagClassName
{
border-color: #D2CB3D;
}
</style>