#DCCE3D

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

Shades of Wattle #DCCE3D

Tints of Wattle #DCCE3D

Color information

#DCCE3D (or 0xDCCE3D) is unknown color: approx Wattle. HEX triplet: DC, CE and 3D. RGB value is (220,206,61). Sum of RGB (Red+Green+Blue) = 220+206+61=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCE3D is #2331C2. Grayscale: #C2C2C2. Windows color (decimal): -2306499 or 4050652. OLE color: 4050652.

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

Color convert

RGB22020661-
CMYK00.060.720.14
HSL54.72º69.43%55.1%-
HSV(B)54.72º72.27%86.27%-
XYZ52.4359.713.17-
YUV193.6653.14146.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 206 (80.86% from 255) = 42.30%
BLUE value IS 61 (24.22% from 255) = 12.53%
R=45.17%
G=42.30%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202066100.060.720.1454.7269.4355.1
HexDCCE3D0648E374537
Octal3343167506110166710567
Binary11011100110011101111010110100100011101101111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCE3D; }

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

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

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

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

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

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

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

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