#DEC73B

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

Shades of Wattle #DEC73B

Tints of Wattle #DEC73B

Color information

#DEC73B (or 0xDEC73B) is unknown color: approx Wattle. HEX triplet: DE, C7 and 3B. RGB value is (222,199,59). Sum of RGB (Red+Green+Blue) = 222+199+59=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC73B is #2138C4. Grayscale: #BEBEBE. Windows color (decimal): -2177221 or 3917790. OLE color: 3917790.

HSL color Cylindrical-coordinate representation of color #DEC73B: hue angle of 51.53º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEC73B is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22219959-
CMYK00.100.730.13
HSL51.53º71.18%55.1%-
HSV(B)51.53º73.42%87.06%-
XYZ51.3456.6912.37-
YUV189.9254.12150.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 59 (23.44% from 255) = 12.29%
R=46.25%
G=41.46%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221995900.100.730.1351.5371.1855.1
HexDEC73B0A49D344737
Octal33630773012111156410767
Binary110111101100011111101101010100100111011101001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC73B; }

 p { color: rgb(222,199,59); }

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

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

 a { background-color: rgb(222,199,59); }

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

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

 span { border-color: rgb(222,199,59); }

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