#DCC63A

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

Shades of Wattle #DCC63A

Tints of Wattle #DCC63A

Color information

#DCC63A (or 0xDCC63A) is unknown color: approx Wattle. HEX triplet: DC, C6 and 3A. RGB value is (220,198,58). Sum of RGB (Red+Green+Blue) = 220+198+58=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 58 (23.05% from 255 or 12.18% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC63A is #2339C5. Grayscale: #BDBDBD. Windows color (decimal): -2308550 or 3851996. OLE color: 3851996.

HSL color Cylindrical-coordinate representation of color #DCC63A: hue angle of 51.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC63A is Cyan = 0, Magento = 0.1, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB22019858-
CMYK00.10.740.14
HSL51.85º69.83%54.51%-
HSV(B)51.85º73.64%86.27%-
XYZ50.4755.9112.13-
YUV188.6254.29150.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 198 (77.73% from 255) = 41.60%
BLUE value IS 58 (23.05% from 255) = 12.18%
R=46.22%
G=41.60%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201985800.10.740.1451.8569.8354.51
HexDCC63A0A4AE344637
Octal33430672012112166410667
Binary110111001100011011101001010100101011101101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC63A; }

 p { color: rgb(220,198,58); }

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

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

 a { background-color: rgb(220,198,58); }

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

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

 span { border-color: rgb(220,198,58); }

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