Shades of Wattle #DDCF3C
Tints of Wattle #DDCF3C
RGB
CMYK
RGB Variations
Color information
#DDCF3C (or 0xDDCF3C) is known color: Wattle. HEX triplet: DD, CF and 3C. RGB value is (221,207,60). Sum of RGB (Red+Green+Blue) = 221+207+60=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF3C is #2230C3. Grayscale: #C3C3C3. Windows color (decimal): -2240708 or 3985373. OLE color: 3985373.
HSL color Cylindrical-coordinate representation of color #DDCF3C: hue angle of 54.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDCF3C is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 60 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.13 |
| HSL | 54.78º | 0.7% | 0.55% | - |
| HSV(B) | 54.78º | 0.73% | 0.87% | - |
| XYZ | 52.95 | 60.32 | 13.13 | - |
| YUV | 194.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 60 | 0 | 0.06 | 0.73 | 0.13 | 54.78 | 0.7 | 0.55 |
| Hex | DD | CF | 3C | 0 | 6 | 49 | D | 37 | 46 | 37 |
| Octal | 335 | 317 | 74 | 0 | 6 | 111 | 15 | 67 | 106 | 67 |
| Binary | 11011101 | 11001111 | 111100 | 0 | 110 | 1001001 | 1101 | 110111 | 1000110 | 110111 |
Color Harmonies of #DDCF3C
Complementary color
Monochromatic Colors of #DDCF3C
Black with #DDCF3C
Text Example
Text Example
White with #DDCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF3C; }
p { color: rgb(221,207,60); }
H1.HeaderClassName
{
color: #DDCF3C;
}
.AnyTagClassName
{
color: #DDCF3C;
}
</style>
background-color css
<style>
a { background-color: #DDCF3C; }
a { background-color: rgb(221,207,60); }
div.DivClassName
{
background-color: #DDCF3C;
}
.BgClassName
{
background-color: #DDCF3C;
}
</style>
border-color css
<style>
span { border-color: #DDCF3C; }
span { border-color: rgb(221,207,60); }
td.TdClassName
{
border-color: #DDCF3C;
}
.TagClassName
{
border-color: #DDCF3C;
}
</style>