Shades of Wattle #D4CB3D
Tints of Wattle #D4CB3D
RGB
CMYK
RGB Variations
Color information
#D4CB3D (or 0xD4CB3D) is known color: Wattle. HEX triplet: D4, CB and 3D. RGB value is (212,203,61). Sum of RGB (Red+Green+Blue) = 212+203+61=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CB3D is #2B34C2. Grayscale: #BEBEBE. Windows color (decimal): -2831555 or 4049876. OLE color: 4049876.
HSL color Cylindrical-coordinate representation of color #D4CB3D: hue angle of 56.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4CB3D is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 61 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.17 |
| HSL | 56.42º | 0.64% | 0.54% | - |
| HSV(B) | 56.42º | 0.71% | 0.83% | - |
| XYZ | 49.35 | 57.05 | 12.82 | - |
| YUV | 189.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 61 | 0 | 0.04 | 0.71 | 0.17 | 56.42 | 0.64 | 0.54 |
| Hex | D4 | CB | 3D | 0 | 4 | 47 | 11 | 38 | 40 | 36 |
| Octal | 324 | 313 | 75 | 0 | 4 | 107 | 21 | 70 | 100 | 66 |
| Binary | 11010100 | 11001011 | 111101 | 0 | 100 | 1000111 | 10001 | 111000 | 1000000 | 110110 |
Color Harmonies of #D4CB3D
Complementary color
Monochromatic Colors of #D4CB3D
Black with #D4CB3D
Text Example
Text Example
White with #D4CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB3D; }
p { color: rgb(212,203,61); }
H1.HeaderClassName
{
color: #D4CB3D;
}
.AnyTagClassName
{
color: #D4CB3D;
}
</style>
background-color css
<style>
a { background-color: #D4CB3D; }
a { background-color: rgb(212,203,61); }
div.DivClassName
{
background-color: #D4CB3D;
}
.BgClassName
{
background-color: #D4CB3D;
}
</style>
border-color css
<style>
span { border-color: #D4CB3D; }
span { border-color: rgb(212,203,61); }
td.TdClassName
{
border-color: #D4CB3D;
}
.TagClassName
{
border-color: #D4CB3D;
}
</style>