#DCCA3D

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

Shades of Wattle #DCCA3D

Tints of Wattle #DCCA3D

Color information

#DCCA3D (or 0xDCCA3D) is unknown color: approx Wattle. HEX triplet: DC, CA and 3D. RGB value is (220,202,61). Sum of RGB (Red+Green+Blue) = 220+202+61=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 61 (24.22% from 255 or 12.63% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA3D is #2335C2. Grayscale: #BFBFBF. Windows color (decimal): -2307523 or 4049628. OLE color: 4049628.

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

Color convert

RGB22020261-
CMYK00.080.720.14
HSL53.21º69.43%55.1%-
HSV(B)53.21º72.27%86.27%-
XYZ51.4857.7912.86-
YUV191.3154.46148.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 61 (24.22% from 255) = 12.63%
R=45.55%
G=41.82%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202026100.080.720.1453.2169.4355.1
HexDCCA3D0848E354537
Octal33431275010110166510567
Binary110111001100101011110101000100100011101101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA3D; }

 p { color: rgb(220,202,61); }

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

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

 a { background-color: rgb(220,202,61); }

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

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

 span { border-color: rgb(220,202,61); }

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