Shades of Wattle #DDCC3A
Tints of Wattle #DDCC3A
RGB
CMYK
RGB Variations
Color information
#DDCC3A (or 0xDDCC3A) is known color: Wattle. HEX triplet: DD, CC and 3A. RGB value is (221,204,58). Sum of RGB (Red+Green+Blue) = 221+204+58=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC3A is #2233C5. Grayscale: #C1C1C1. Windows color (decimal): -2241478 or 3853533. OLE color: 3853533.
HSL color Cylindrical-coordinate representation of color #DDCC3A: hue angle of 53.74º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDCC3A is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 58 | - |
CMYK | 0 | 0.08 | 0.74 | 0.13 |
HSL | 53.74º | 0.71% | 0.55% | - |
HSV(B) | 53.74º | 0.74% | 0.87% | - |
XYZ | 52.18 | 58.86 | 12.61 | - |
YUV | 192.44 | 52.13 | 148.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 58 | 0 | 0.08 | 0.74 | 0.13 | 53.74 | 0.71 | 0.55 |
Hex | DD | CC | 3A | 0 | 8 | 4A | D | 36 | 47 | 37 |
Octal | 335 | 314 | 72 | 0 | 10 | 112 | 15 | 66 | 107 | 67 |
Binary | 11011101 | 11001100 | 111010 | 0 | 1000 | 1001010 | 1101 | 110110 | 1000111 | 110111 |
Color Harmonies of #DDCC3A
Complementary color
Monochromatic Colors of #DDCC3A
Black with #DDCC3A
Text Example
Text Example
White with #DDCC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC3A; }
p { color: rgb(221,204,58); }
H1.HeaderClassName
{
color: #DDCC3A;
}
.AnyTagClassName
{
color: #DDCC3A;
}
</style>
background-color css
<style>
a { background-color: #DDCC3A; }
a { background-color: rgb(221,204,58); }
div.DivClassName
{
background-color: #DDCC3A;
}
.BgClassName
{
background-color: #DDCC3A;
}
</style>
border-color css
<style>
span { border-color: #DDCC3A; }
span { border-color: rgb(221,204,58); }
td.TdClassName
{
border-color: #DDCC3A;
}
.TagClassName
{
border-color: #DDCC3A;
}
</style>