Shades of Wattle #DCCF3D
Tints of Wattle #DCCF3D
RGB
CMYK
RGB Variations
Color information
#DCCF3D (or 0xDCCF3D) is known color: Wattle. HEX triplet: DC, CF and 3D. RGB value is (220,207,61). Sum of RGB (Red+Green+Blue) = 220+207+61=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF3D is #2330C2. Grayscale: #C2C2C2. Windows color (decimal): -2306243 or 4050908. OLE color: 4050908.
HSL color Cylindrical-coordinate representation of color #DCCF3D: hue angle of 55.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCCF3D is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 61 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.14 |
| HSL | 55.09º | 0.69% | 0.55% | - |
| HSV(B) | 55.09º | 0.72% | 0.86% | - |
| XYZ | 52.67 | 60.18 | 13.25 | - |
| YUV | 194.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 61 | 0 | 0.06 | 0.72 | 0.14 | 55.09 | 0.69 | 0.55 |
| Hex | DC | CF | 3D | 0 | 6 | 48 | E | 37 | 45 | 37 |
| Octal | 334 | 317 | 75 | 0 | 6 | 110 | 16 | 67 | 105 | 67 |
| Binary | 11011100 | 11001111 | 111101 | 0 | 110 | 1001000 | 1110 | 110111 | 1000101 | 110111 |
Color Harmonies of #DCCF3D
Complementary color
Monochromatic Colors of #DCCF3D
Black with #DCCF3D
Text Example
Text Example
White with #DCCF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF3D; }
p { color: rgb(220,207,61); }
H1.HeaderClassName
{
color: #DCCF3D;
}
.AnyTagClassName
{
color: #DCCF3D;
}
</style>
background-color css
<style>
a { background-color: #DCCF3D; }
a { background-color: rgb(220,207,61); }
div.DivClassName
{
background-color: #DCCF3D;
}
.BgClassName
{
background-color: #DCCF3D;
}
</style>
border-color css
<style>
span { border-color: #DCCF3D; }
span { border-color: rgb(220,207,61); }
td.TdClassName
{
border-color: #DCCF3D;
}
.TagClassName
{
border-color: #DCCF3D;
}
</style>