#DFC13B

Color #DFC13B Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #DFC13B

Tints of Wattle #DFC13B

Color information

#DFC13B (or 0xDFC13B) is unknown color: approx Wattle. HEX triplet: DF, C1 and 3B. RGB value is (223,193,59). Sum of RGB (Red+Green+Blue) = 223+193+59=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC13B is #203EC4. Grayscale: #BBBBBB. Windows color (decimal): -2113221 or 3916255. OLE color: 3916255.

HSL color Cylindrical-coordinate representation of color #DFC13B: hue angle of 49.02º degrees, saturation: 0.72, 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 #DFC13B is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB22319359-
CMYK00.130.740.13
HSL49.02º71.93%55.29%-
HSV(B)49.02º73.54%87.45%-
XYZ50.2954.1411.94-
YUV186.6955.94153.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 46.95%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 59 (23.44% from 255) = 12.42%
R=46.95%
G=40.63%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231935900.130.740.1349.0271.9355.29
HexDFC13B0D4AD314837
Octal33730173015112156111067
Binary110111111100000111101101101100101011011100011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC13B; }

 p { color: rgb(223,193,59); }

 H1.HeaderClassName
 {
   color: #DFC13B;
 }
 .AnyTagClassName
 {
   color: #DFC13B;
 }
</style>
background-color css

<style>
 a { background-color: #DFC13B; }

 a { background-color: rgb(223,193,59); }

 div.DivClassName
 {
   background-color: #DFC13B;
 }
 .BgClassName
 {
   background-color: #DFC13B;
 }
</style>
border-color css

<style>
 span { border-color: #DFC13B; }

 span { border-color: rgb(223,193,59); }

 td.TdClassName
 {
   border-color: #DFC13B;
 }
 .TagClassName
 {
   border-color: #DFC13B;
 }
</style>