Shades of Wattle #D2CD44
Tints of Wattle #D2CD44
RGB
CMYK
RGB Variations
Color information
#D2CD44 (or 0xD2CD44) is known color: Wattle. HEX triplet: D2, CD and 44. RGB value is (210,205,68). Sum of RGB (Red+Green+Blue) = 210+205+68=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CD44 is #2D32BB. Grayscale: #BFBFBF. Windows color (decimal): -2962108 or 4509138. OLE color: 4509138.
HSL color Cylindrical-coordinate representation of color #D2CD44: hue angle of 57.89º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2CD44 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 205 | 68 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.18 |
| HSL | 57.89º | 0.61% | 0.55% | - |
| HSV(B) | 57.89º | 0.68% | 0.82% | - |
| XYZ | 49.45 | 57.78 | 14.02 | - |
| YUV | 190.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 205 | 68 | 0 | 0.02 | 0.68 | 0.18 | 57.89 | 0.61 | 0.55 |
| Hex | D2 | CD | 44 | 0 | 2 | 44 | 12 | 3A | 3D | 37 |
| Octal | 322 | 315 | 104 | 0 | 2 | 104 | 22 | 72 | 75 | 67 |
| Binary | 11010010 | 11001101 | 1000100 | 0 | 10 | 1000100 | 10010 | 111010 | 111101 | 110111 |
Color Harmonies of #D2CD44
Complementary color
Monochromatic Colors of #D2CD44
Black with #D2CD44
Text Example
Text Example
White with #D2CD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CD44; }
p { color: rgb(210,205,68); }
H1.HeaderClassName
{
color: #D2CD44;
}
.AnyTagClassName
{
color: #D2CD44;
}
</style>
background-color css
<style>
a { background-color: #D2CD44; }
a { background-color: rgb(210,205,68); }
div.DivClassName
{
background-color: #D2CD44;
}
.BgClassName
{
background-color: #D2CD44;
}
</style>
border-color css
<style>
span { border-color: #D2CD44; }
span { border-color: rgb(210,205,68); }
td.TdClassName
{
border-color: #D2CD44;
}
.TagClassName
{
border-color: #D2CD44;
}
</style>