#dcc62e

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

Shades of Wattle #DCC62E

Tints of Wattle #DCC62E

Color information

#DCC62E (or 0xDCC62E) is unknown color: approx Wattle. HEX triplet: DC, C6 and 2E. RGB value is (220,198,46). Sum of RGB (Red+Green+Blue) = 220+198+46=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC62E is #2339D1. Grayscale: #BBBBBB. Windows color (decimal): -2308562 or 3065564. OLE color: 3065564.

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

Color convert

RGB22019846-
CMYK00.10.790.14
HSL52.41º71.31%52.16%-
HSV(B)52.41º79.09%86.27%-
XYZ50.255.810.71-
YUV187.2548.29151.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.41%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 46 (18.36% from 255) = 9.91%
R=47.41%
G=42.67%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201984600.10.790.1452.4171.3152.16
HexDCC62E0A4FE344734
Octal33430656012117166410764
Binary110111001100011010111001010100111111101101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcc62e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcc62e; }

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

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

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

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

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

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

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

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