Shades of Wattle #DCCB2D
Tints of Wattle #DCCB2D
RGB
CMYK
RGB Variations
Color information
#DCCB2D (or 0xDCCB2D) is known color: Wattle. HEX triplet: DC, CB and 2D. RGB value is (220,203,45). Sum of RGB (Red+Green+Blue) = 220+203+45=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB2D is #2334D2. Grayscale: #BEBEBE. Windows color (decimal): -2307283 or 3001308. OLE color: 3001308.
HSL color Cylindrical-coordinate representation of color #DCCB2D: hue angle of 54.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCCB2D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 45 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.14 |
| HSL | 54.17º | 0.71% | 0.52% | - |
| HSV(B) | 54.17º | 0.8% | 0.86% | - |
| XYZ | 51.34 | 58.12 | 10.99 | - |
| YUV | 190.07 | 46.13 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 45 | 0 | 0.08 | 0.80 | 0.14 | 54.17 | 0.71 | 0.52 |
| Hex | DC | CB | 2D | 0 | 8 | 50 | E | 36 | 47 | 34 |
| Octal | 334 | 313 | 55 | 0 | 10 | 120 | 16 | 66 | 107 | 64 |
| Binary | 11011100 | 11001011 | 101101 | 0 | 1000 | 1010000 | 1110 | 110110 | 1000111 | 110100 |
Color Harmonies of #DCCB2D
Complementary color
Monochromatic Colors of #DCCB2D
Black with #DCCB2D
Text Example
Text Example
White with #DCCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB2D; }
p { color: rgb(220,203,45); }
H1.HeaderClassName
{
color: #DCCB2D;
}
.AnyTagClassName
{
color: #DCCB2D;
}
</style>
background-color css
<style>
a { background-color: #DCCB2D; }
a { background-color: rgb(220,203,45); }
div.DivClassName
{
background-color: #DCCB2D;
}
.BgClassName
{
background-color: #DCCB2D;
}
</style>
border-color css
<style>
span { border-color: #DCCB2D; }
span { border-color: rgb(220,203,45); }
td.TdClassName
{
border-color: #DCCB2D;
}
.TagClassName
{
border-color: #DCCB2D;
}
</style>