#DCCD3F

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

Shades of Wattle #DCCD3F

Tints of Wattle #DCCD3F

Color information

#DCCD3F (or 0xDCCD3F) is unknown color: approx Wattle. HEX triplet: DC, CD and 3F. RGB value is (220,205,63). Sum of RGB (Red+Green+Blue) = 220+205+63=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD3F is #2332C0. Grayscale: #C1C1C1. Windows color (decimal): -2306753 or 4181468. OLE color: 4181468.

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

Color convert

RGB22020563-
CMYK00.070.710.14
HSL54.27º69.16%55.49%-
HSV(B)54.27º71.36%86.27%-
XYZ52.2459.2413.38-
YUV193.354.47147.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 63 (25% from 255) = 12.91%
R=45.08%
G=42.01%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202056300.070.710.1454.2769.1655.49
HexDCCD3F0747E364537
Octal3343157707107166610567
Binary11011100110011011111110111100011111101101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD3F; }

 p { color: rgb(220,205,63); }

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

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

 a { background-color: rgb(220,205,63); }

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

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

 span { border-color: rgb(220,205,63); }

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