#DCD134

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

Shades of Wattle #DCD134

Tints of Wattle #DCD134

Color information

#DCD134 (or 0xDCD134) is unknown color: approx Wattle. HEX triplet: DC, D1 and 34. RGB value is (220,209,52). Sum of RGB (Red+Green+Blue) = 220+209+52=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD134 is #232ECB. Grayscale: #C3C3C3. Windows color (decimal): -2305740 or 3461596. OLE color: 3461596.

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

Color convert

RGB22020952-
CMYK00.050.760.14
HSL56.07º70.59%53.33%-
HSV(B)56.07º76.36%86.27%-
XYZ52.9461.0612.25-
YUV194.3947.64146.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 52 (20.70% from 255) = 10.81%
R=45.74%
G=43.45%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202095200.050.760.1456.0770.5953.33
HexDCD134054CE384735
Octal3343216405114167010765
Binary11011100110100011101000101100110011101110001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD134; }

 p { color: rgb(220,209,52); }

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

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

 a { background-color: rgb(220,209,52); }

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

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

 span { border-color: rgb(220,209,52); }

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