#DFCF3A

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

Shades of Wattle #DFCF3A

Tints of Wattle #DFCF3A

Color information

#DFCF3A (or 0xDFCF3A) is unknown color: approx Wattle. HEX triplet: DF, CF and 3A. RGB value is (223,207,58). Sum of RGB (Red+Green+Blue) = 223+207+58=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF3A is #2030C5. Grayscale: #C3C3C3. Windows color (decimal): -2109638 or 3854303. OLE color: 3854303.

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

Color convert

RGB22320758-
CMYK00.070.740.13
HSL54.18º72.05%55.1%-
HSV(B)54.18º73.99%87.45%-
XYZ53.5160.6212.88-
YUV194.850.8148.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.70%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 58 (23.05% from 255) = 11.89%
R=45.70%
G=42.42%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232075800.070.740.1354.1872.0555.1
HexDFCF3A074AD364837
Octal3373177207112156611067
Binary11011111110011111110100111100101011011101101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF3A; }

 p { color: rgb(223,207,58); }

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

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

 a { background-color: rgb(223,207,58); }

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

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

 span { border-color: rgb(223,207,58); }

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