Shades of Wattle #DCCA31
Tints of Wattle #DCCA31
RGB
CMYK
RGB Variations
Color information
#DCCA31 (or 0xDCCA31) is known color: Wattle. HEX triplet: DC, CA and 31. RGB value is (220,202,49). Sum of RGB (Red+Green+Blue) = 220+202+49=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA31 is #2335CE. Grayscale: #BEBEBE. Windows color (decimal): -2307535 or 3263196. OLE color: 3263196.
HSL color Cylindrical-coordinate representation of color #DCCA31: hue angle of 53.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCCA31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.14 |
| HSL | 53.68º | 0.71% | 0.53% | - |
| HSV(B) | 53.68º | 0.78% | 0.86% | - |
| XYZ | 51.19 | 57.68 | 11.34 | - |
| YUV | 189.94 | 48.46 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 49 | 0 | 0.08 | 0.78 | 0.14 | 53.68 | 0.71 | 0.53 |
| Hex | DC | CA | 31 | 0 | 8 | 4E | E | 36 | 47 | 35 |
| Octal | 334 | 312 | 61 | 0 | 10 | 116 | 16 | 66 | 107 | 65 |
| Binary | 11011100 | 11001010 | 110001 | 0 | 1000 | 1001110 | 1110 | 110110 | 1000111 | 110101 |
Color Harmonies of #DCCA31
Complementary color
Monochromatic Colors of #DCCA31
Black with #DCCA31
Text Example
Text Example
White with #DCCA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCA31; }
p { color: rgb(220,202,49); }
H1.HeaderClassName
{
color: #DCCA31;
}
.AnyTagClassName
{
color: #DCCA31;
}
</style>
background-color css
<style>
a { background-color: #DCCA31; }
a { background-color: rgb(220,202,49); }
div.DivClassName
{
background-color: #DCCA31;
}
.BgClassName
{
background-color: #DCCA31;
}
</style>
border-color css
<style>
span { border-color: #DCCA31; }
span { border-color: rgb(220,202,49); }
td.TdClassName
{
border-color: #DCCA31;
}
.TagClassName
{
border-color: #DCCA31;
}
</style>