Shades of Wattle #DCCF3E
Tints of Wattle #DCCF3E
RGB
CMYK
RGB Variations
Color information
#DCCF3E (or 0xDCCF3E) is known color: Wattle. HEX triplet: DC, CF and 3E. RGB value is (220,207,62). Sum of RGB (Red+Green+Blue) = 220+207+62=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCF3E is #2330C1. Grayscale: #C2C2C2. Windows color (decimal): -2306242 or 4116444. OLE color: 4116444.
HSL color Cylindrical-coordinate representation of color #DCCF3E: hue angle of 55.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCCF3E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 62 | - |
CMYK | 0 | 0.06 | 0.72 | 0.14 |
HSL | 55.06º | 0.69% | 0.55% | - |
HSV(B) | 55.06º | 0.72% | 0.86% | - |
XYZ | 52.7 | 60.19 | 13.4 | - |
YUV | 194.36 | 53.31 | 146.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 62 | 0 | 0.06 | 0.72 | 0.14 | 55.06 | 0.69 | 0.55 |
Hex | DC | CF | 3E | 0 | 6 | 48 | E | 37 | 45 | 37 |
Octal | 334 | 317 | 76 | 0 | 6 | 110 | 16 | 67 | 105 | 67 |
Binary | 11011100 | 11001111 | 111110 | 0 | 110 | 1001000 | 1110 | 110111 | 1000101 | 110111 |
Color Harmonies of #DCCF3E
Complementary color
Monochromatic Colors of #DCCF3E
Black with #DCCF3E
Text Example
Text Example
White with #DCCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF3E; }
p { color: rgb(220,207,62); }
H1.HeaderClassName
{
color: #DCCF3E;
}
.AnyTagClassName
{
color: #DCCF3E;
}
</style>
background-color css
<style>
a { background-color: #DCCF3E; }
a { background-color: rgb(220,207,62); }
div.DivClassName
{
background-color: #DCCF3E;
}
.BgClassName
{
background-color: #DCCF3E;
}
</style>
border-color css
<style>
span { border-color: #DCCF3E; }
span { border-color: rgb(220,207,62); }
td.TdClassName
{
border-color: #DCCF3E;
}
.TagClassName
{
border-color: #DCCF3E;
}
</style>