#DCCC3E

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

Shades of Wattle #DCCC3E

Tints of Wattle #DCCC3E

Color information

#DCCC3E (or 0xDCCC3E) is unknown color: approx Wattle. HEX triplet: DC, CC and 3E. RGB value is (220,204,62). Sum of RGB (Red+Green+Blue) = 220+204+62=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC3E is #2333C1. Grayscale: #C1C1C1. Windows color (decimal): -2307010 or 4115676. OLE color: 4115676.

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

Color convert

RGB22020462-
CMYK00.070.720.14
HSL53.92º69.3%55.29%-
HSV(B)53.92º71.82%86.27%-
XYZ51.9858.7513.16-
YUV192.654.3147.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 62 (24.61% from 255) = 12.76%
R=45.27%
G=41.98%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202046200.070.720.1453.9269.355.29
HexDCCC3E0748E364537
Octal3343147607110166610567
Binary11011100110011001111100111100100011101101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC3E; }

 p { color: rgb(220,204,62); }

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

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

 a { background-color: rgb(220,204,62); }

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

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

 span { border-color: rgb(220,204,62); }

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