#DCC93D

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

Shades of Wattle #DCC93D

Tints of Wattle #DCC93D

Color information

#DCC93D (or 0xDCC93D) is unknown color: approx Wattle. HEX triplet: DC, C9 and 3D. RGB value is (220,201,61). Sum of RGB (Red+Green+Blue) = 220+201+61=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC93D is #2336C2. Grayscale: #BFBFBF. Windows color (decimal): -2307779 or 4049372. OLE color: 4049372.

HSL color Cylindrical-coordinate representation of color #DCC93D: hue angle of 52.83º 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 #DCC93D is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB22020161-
CMYK00.090.720.14
HSL52.83º69.43%55.1%-
HSV(B)52.83º72.27%86.27%-
XYZ51.2457.3312.78-
YUV190.7254.79148.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.64%
GREEN value IS 201 (78.91% from 255) = 41.70%
BLUE value IS 61 (24.22% from 255) = 12.66%
R=45.64%
G=41.70%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202016100.090.720.1452.8369.4355.1
HexDCC93D0948E354537
Octal33431175011110166510567
Binary110111001100100111110101001100100011101101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC93D; }

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

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

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

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

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

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

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

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