Shades of Wattle #DCCF38
Tints of Wattle #DCCF38
RGB
CMYK
RGB Variations
Color information
#DCCF38 (or 0xDCCF38) is known color: Wattle. HEX triplet: DC, CF and 38. RGB value is (220,207,56). Sum of RGB (Red+Green+Blue) = 220+207+56=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF38 is #2330C7. Grayscale: #C2C2C2. Windows color (decimal): -2306248 or 3723228. OLE color: 3723228.
HSL color Cylindrical-coordinate representation of color #DCCF38: hue angle of 55.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCCF38 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 56 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.14 |
| HSL | 55.24º | 0.7% | 0.54% | - |
| HSV(B) | 55.24º | 0.75% | 0.86% | - |
| XYZ | 52.54 | 60.13 | 12.58 | - |
| YUV | 193.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 56 | 0 | 0.06 | 0.75 | 0.14 | 55.24 | 0.7 | 0.54 |
| Hex | DC | CF | 38 | 0 | 6 | 4B | E | 37 | 46 | 36 |
| Octal | 334 | 317 | 70 | 0 | 6 | 113 | 16 | 67 | 106 | 66 |
| Binary | 11011100 | 11001111 | 111000 | 0 | 110 | 1001011 | 1110 | 110111 | 1000110 | 110110 |
Color Harmonies of #DCCF38
Complementary color
Monochromatic Colors of #DCCF38
Black with #DCCF38
Text Example
Text Example
White with #DCCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF38; }
p { color: rgb(220,207,56); }
H1.HeaderClassName
{
color: #DCCF38;
}
.AnyTagClassName
{
color: #DCCF38;
}
</style>
background-color css
<style>
a { background-color: #DCCF38; }
a { background-color: rgb(220,207,56); }
div.DivClassName
{
background-color: #DCCF38;
}
.BgClassName
{
background-color: #DCCF38;
}
</style>
border-color css
<style>
span { border-color: #DCCF38; }
span { border-color: rgb(220,207,56); }
td.TdClassName
{
border-color: #DCCF38;
}
.TagClassName
{
border-color: #DCCF38;
}
</style>