Shades of Wattle #D4CB3C
Tints of Wattle #D4CB3C
RGB
CMYK
RGB Variations
Color information
#D4CB3C (or 0xD4CB3C) is known color: Wattle. HEX triplet: D4, CB and 3C. RGB value is (212,203,60). Sum of RGB (Red+Green+Blue) = 212+203+60=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB3C is #2B34C3. Grayscale: #BDBDBD. Windows color (decimal): -2831556 or 3984340. OLE color: 3984340.
HSL color Cylindrical-coordinate representation of color #D4CB3C: hue angle of 56.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4CB3C is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 60 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.17 |
| HSL | 56.45º | 0.64% | 0.53% | - |
| HSV(B) | 56.45º | 0.72% | 0.83% | - |
| XYZ | 49.32 | 57.04 | 12.68 | - |
| YUV | 189.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 60 | 0 | 0.04 | 0.72 | 0.17 | 56.45 | 0.64 | 0.53 |
| Hex | D4 | CB | 3C | 0 | 4 | 48 | 11 | 38 | 40 | 35 |
| Octal | 324 | 313 | 74 | 0 | 4 | 110 | 21 | 70 | 100 | 65 |
| Binary | 11010100 | 11001011 | 111100 | 0 | 100 | 1001000 | 10001 | 111000 | 1000000 | 110101 |
Color Harmonies of #D4CB3C
Complementary color
Monochromatic Colors of #D4CB3C
Black with #D4CB3C
Text Example
Text Example
White with #D4CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB3C; }
p { color: rgb(212,203,60); }
H1.HeaderClassName
{
color: #D4CB3C;
}
.AnyTagClassName
{
color: #D4CB3C;
}
</style>
background-color css
<style>
a { background-color: #D4CB3C; }
a { background-color: rgb(212,203,60); }
div.DivClassName
{
background-color: #D4CB3C;
}
.BgClassName
{
background-color: #D4CB3C;
}
</style>
border-color css
<style>
span { border-color: #D4CB3C; }
span { border-color: rgb(212,203,60); }
td.TdClassName
{
border-color: #D4CB3C;
}
.TagClassName
{
border-color: #D4CB3C;
}
</style>