Shades of Wattle #DCCB30
Tints of Wattle #DCCB30
RGB
CMYK
RGB Variations
Color information
#DCCB30 (or 0xDCCB30) is known color: Wattle. HEX triplet: DC, CB and 30. RGB value is (220,203,48). Sum of RGB (Red+Green+Blue) = 220+203+48=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB30 is #2334CF. Grayscale: #BFBFBF. Windows color (decimal): -2307280 or 3197916. OLE color: 3197916.
HSL color Cylindrical-coordinate representation of color #DCCB30: hue angle of 54.07º 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 #DCCB30 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 48 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.14 |
| HSL | 54.07º | 0.71% | 0.53% | - |
| HSV(B) | 54.07º | 0.78% | 0.86% | - |
| XYZ | 51.4 | 58.14 | 11.31 | - |
| YUV | 190.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 48 | 0 | 0.08 | 0.78 | 0.14 | 54.07 | 0.71 | 0.53 |
| Hex | DC | CB | 30 | 0 | 8 | 4E | E | 36 | 47 | 35 |
| Octal | 334 | 313 | 60 | 0 | 10 | 116 | 16 | 66 | 107 | 65 |
| Binary | 11011100 | 11001011 | 110000 | 0 | 1000 | 1001110 | 1110 | 110110 | 1000111 | 110101 |
Color Harmonies of #DCCB30
Complementary color
Monochromatic Colors of #DCCB30
Black with #DCCB30
Text Example
Text Example
White with #DCCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB30; }
p { color: rgb(220,203,48); }
H1.HeaderClassName
{
color: #DCCB30;
}
.AnyTagClassName
{
color: #DCCB30;
}
</style>
background-color css
<style>
a { background-color: #DCCB30; }
a { background-color: rgb(220,203,48); }
div.DivClassName
{
background-color: #DCCB30;
}
.BgClassName
{
background-color: #DCCB30;
}
</style>
border-color css
<style>
span { border-color: #DCCB30; }
span { border-color: rgb(220,203,48); }
td.TdClassName
{
border-color: #DCCB30;
}
.TagClassName
{
border-color: #DCCB30;
}
</style>