#DCCE3A

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

Shades of Wattle #DCCE3A

Tints of Wattle #DCCE3A

Color information

#DCCE3A (or 0xDCCE3A) is unknown color: approx Wattle. HEX triplet: DC, CE and 3A. RGB value is (220,206,58). Sum of RGB (Red+Green+Blue) = 220+206+58=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE3A is #2331C5. Grayscale: #C1C1C1. Windows color (decimal): -2306502 or 3854044. OLE color: 3854044.

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

Color convert

RGB22020658-
CMYK00.060.740.14
HSL54.81º69.83%54.51%-
HSV(B)54.81º73.64%86.27%-
XYZ52.3559.6612.76-
YUV193.3151.64147.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 206 (80.86% from 255) = 42.56%
BLUE value IS 58 (23.05% from 255) = 11.98%
R=45.45%
G=42.56%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202065800.060.740.1454.8169.8354.51
HexDCCE3A064AE374637
Octal3343167206112166710667
Binary11011100110011101110100110100101011101101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE3A; }

 p { color: rgb(220,206,58); }

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

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

 a { background-color: rgb(220,206,58); }

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

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

 span { border-color: rgb(220,206,58); }

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