Shades of Wattle #DDCF3A
Tints of Wattle #DDCF3A
RGB
CMYK
RGB Variations
Color information
#DDCF3A (or 0xDDCF3A) is known color: Wattle. HEX triplet: DD, CF and 3A. RGB value is (221,207,58). Sum of RGB (Red+Green+Blue) = 221+207+58=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF3A is #2230C5. Grayscale: #C2C2C2. Windows color (decimal): -2240710 or 3854301. OLE color: 3854301.
HSL color Cylindrical-coordinate representation of color #DDCF3A: hue angle of 54.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDCF3A is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 58 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.13 |
| HSL | 54.85º | 0.71% | 0.55% | - |
| HSV(B) | 54.85º | 0.74% | 0.87% | - |
| XYZ | 52.9 | 60.3 | 12.85 | - |
| YUV | 194.2 | 51.14 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 58 | 0 | 0.06 | 0.74 | 0.13 | 54.85 | 0.71 | 0.55 |
| Hex | DD | CF | 3A | 0 | 6 | 4A | D | 37 | 47 | 37 |
| Octal | 335 | 317 | 72 | 0 | 6 | 112 | 15 | 67 | 107 | 67 |
| Binary | 11011101 | 11001111 | 111010 | 0 | 110 | 1001010 | 1101 | 110111 | 1000111 | 110111 |
Color Harmonies of #DDCF3A
Complementary color
Monochromatic Colors of #DDCF3A
Black with #DDCF3A
Text Example
Text Example
White with #DDCF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF3A; }
p { color: rgb(221,207,58); }
H1.HeaderClassName
{
color: #DDCF3A;
}
.AnyTagClassName
{
color: #DDCF3A;
}
</style>
background-color css
<style>
a { background-color: #DDCF3A; }
a { background-color: rgb(221,207,58); }
div.DivClassName
{
background-color: #DDCF3A;
}
.BgClassName
{
background-color: #DDCF3A;
}
</style>
border-color css
<style>
span { border-color: #DDCF3A; }
span { border-color: rgb(221,207,58); }
td.TdClassName
{
border-color: #DDCF3A;
}
.TagClassName
{
border-color: #DDCF3A;
}
</style>