Shades of Wattle #DFC830
Tints of Wattle #DFC830
RGB
CMYK
RGB Variations
Color information
#DFC830 (or 0xDFC830) is known color: Wattle. HEX triplet: DF, C8 and 30. RGB value is (223,200,48). Sum of RGB (Red+Green+Blue) = 223+200+48=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC830 is #2037CF. Grayscale: #BEBEBE. Windows color (decimal): -2111440 or 3197151. OLE color: 3197151.
HSL color Cylindrical-coordinate representation of color #DFC830: hue angle of 52.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFC830 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 200 | 48 | - |
CMYK | 0 | 0.10 | 0.78 | 0.13 |
HSL | 52.11º | 0.73% | 0.53% | - |
HSV(B) | 52.11º | 0.78% | 0.87% | - |
XYZ | 51.62 | 57.21 | 11.12 | - |
YUV | 189.55 | 48.12 | 151.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 200 | 48 | 0 | 0.10 | 0.78 | 0.13 | 52.11 | 0.73 | 0.53 |
Hex | DF | C8 | 30 | 0 | A | 4E | D | 34 | 49 | 35 |
Octal | 337 | 310 | 60 | 0 | 12 | 116 | 15 | 64 | 111 | 65 |
Binary | 11011111 | 11001000 | 110000 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001001 | 110101 |
Color Harmonies of #DFC830
Complementary color
Monochromatic Colors of #DFC830
Black with #DFC830
Text Example
Text Example
White with #DFC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC830; }
p { color: rgb(223,200,48); }
H1.HeaderClassName
{
color: #DFC830;
}
.AnyTagClassName
{
color: #DFC830;
}
</style>
background-color css
<style>
a { background-color: #DFC830; }
a { background-color: rgb(223,200,48); }
div.DivClassName
{
background-color: #DFC830;
}
.BgClassName
{
background-color: #DFC830;
}
</style>
border-color css
<style>
span { border-color: #DFC830; }
span { border-color: rgb(223,200,48); }
td.TdClassName
{
border-color: #DFC830;
}
.TagClassName
{
border-color: #DFC830;
}
</style>